© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Vp

How to change multiple file upload grid column

If I use
->panelLayout('grid')
->panelLayout('grid')
inside
Fileupload::make()
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'),
Forms\Components\FileUpload::make('attachments')
    ->multiple()
    ->maxFiles(10)
    ->panelLayout('grid'),
Screenshot_from_2024-01-22_17-04-19.png
Solution
You would have to do this with a css override. See https://github.com/filamentphp/filament/blob/3.x/packages/forms/resources/css/components/file-upload.css
GitHub
filament/packages/forms/resources/css/components/file-upload.css at...
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
filament/packages/forms/resources/css/components/file-upload.css at...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

How to change File upload and Image column color
FilamentFFilament / ❓┊help
14mo ago
Multiple file upload grid Reorderable not working
FilamentFFilament / ❓┊help
2y ago
multiple file upload
FilamentFFilament / ❓┊help
16mo ago
Filament Multiple File Upload
FilamentFFilament / ❓┊help
2y ago