FilamentF
Filament2y ago
Vp

How to change multiple file upload grid column

If I use ->panelLayout('grid') inside Fileupload::make() then my file upload are split into 3 columns, how can I change the columns for example 5 columns

Forms\Components\FileUpload::make('attachments')
    ->multiple()
    ->maxFiles(10)
    ->panelLayout('grid'),
Screenshot_from_2024-01-22_17-04-19.png
Solution
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Was this page helpful?