FilamentF
Filament15mo ago
msalehi

Handle uploaded images columns and rows

The image uploader, by default, displays the uploaded images in a single column.
Is there a way to display the uploaded images in a row with multiple columns?
For example, I have a container with 4 columns that I want to fill with the uploaded images.
Currently, only one of the columns gets filled, and I can't display them in a row.
Solution
->panelLayout(‘grid)
Was this page helpful?