Layout fields in modal importer
How can divide the import fields in 2 columns in the modal? I cannot find it in the documentation?
1 Reply
It is a Fieldset component that contains
columns(1)
according to this trait
I think it is possible to change the columns to 2, but you need to create your own Action, extend the default Action, and override the Fieldset column component.GitHub
filament/packages/actions/src/Concerns/CanImportRecords.php at 3.x ...
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