F
Filament2mo ago
Prodex

[V3] Run Export Action for all records without bulk

Hi, is it possible to run the export action as a normal action, so that it’s not a bulk action and just exports everything? Thank you!
Solution:
if you use ExportAction in the page/table header instead of ExportBulkAction, it exports everything
Jump to solution
2 Replies
Dennis Koch
Dennis Koch2mo ago
I am not sure about the built in one. But I guess you should be able to use it as a headerAction(). Maybe you need to select the records yourself via $livewire->getTableRecords() That’s how I do it in #pxlrbt-excel
Solution
Dan Harrin
Dan Harrin2mo ago
if you use ExportAction in the page/table header instead of ExportBulkAction, it exports everything

Did you find this page helpful?