Dennis Koch

Results 54 comments of Dennis Koch

It's because you use `$rowLoop` in your table, which isn't supported yet. Just exclude that column and it should work.

@Rahul-codoffer You just need to overwrite `->form()` on the action. Here is the default source code for it: https://github.com/pxlrbt/filament-excel/blob/eaea34d4bd0f31553d0df9f70a3b010ae07b4c29/src/Actions/Concerns/ExportableAction.php#L26-L35

Support for Enums has been shipped some time ago.