some interesting tips here
https://stackoverflow.com/questions/36121672/set-table-column-width-via-markdown/51701842
The one with the empty images seems worth a try
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I cannot work out how to get fixed width for my columns with Markdown, any idea please?
@component('mail::table')
| Category | Description | Price | Name |
| :--------- | :------------- | :--------- | :------- |
@foreach()
@endforeach
@endcomponent
At the moment if I have a td with more text it stretches it pushes the rest of the columns
Thanks,
Please or to participate in this conversation.