awcodes
table layout styling
Not really. When you use stacks and splits it is no longer rendered as an actual html table but rows of flex items. So the only way to force even widths is with a grid or possibly more complicated with css in a theme.
33 replies
How to display a file uploaded in a previous step in a Filament wizard form (before submission)?
This a correct approach. FileUpload uses UUIDs for the array keys. So, collect is fine or you could use the Arr class with Arr::first(). it’s effectively the same thing.
11 replies
table layout styling
Oh. You mean “column” width? That’s because using splits and stacks it is not an actual table anymore. See https://filamentphp.com/docs/3.x/tables/layout#controlling-column-width-using-a-grid
33 replies