F
Filament5mo ago
Nicole

Disable Importer Column Selection Step

Disable the "Select Columns" step during import (i.e., prevent users from remapping or modifying column mappings)
No description
3 Replies
Martin Oscar
Martin Oscar5mo ago
Hey i'd try
->disabled(fn (Get $get) => count($get('upload_field_name')) > 0)
->disabled(fn (Get $get) => count($get('upload_field_name')) > 0)
You can do it on the Section don't need to repeat it for every fields and don't forget to make the FileUpload live()
Nicole
NicoleOP5mo ago
Sorry, I am using Filament Importer.

Did you find this page helpful?