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
LeandroFerreira
It is a Fieldset component that contains columns(1) according to this trait
Fieldset::make(__('filament-actions::import.modal.form.columns.label'))
->columns(1)
Fieldset::make(__('filament-actions::import.modal.form.columns.label'))
->columns(1)
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

Did you find this page helpful?