Dennis Koch
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
Closing as stale.
Support for Enums has been shipped some time ago.
Still haven't had the time to properly review this. But talked to Bezhan on Discord and he confirmed, that this fixes issues.
@salvationarinze That's probably because of some method on your tables columns that I didn't serialize yet. Maybe try isolation the column that throws the error and share the code in...
Thanks @bezhanSalleh
Just wanted to throw in, that we should consider introducing more CSS vars for everything like colors to make stuff more customisable.
What I mean is, that it would be good if it's possible to extract some often used configs to CSS vars, to allow easier customization. Colors would probably be the...
> There are over 4000 filament-tables* rendering events, indicating a rendering process for each cell, row, and column. I don't think that should be an issue. The views should be...