[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:Jump to solution
if you use ExportAction in the page/table header instead of ExportBulkAction, it exports everything
2 Replies
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-excelSolution
if you use ExportAction in the page/table header instead of ExportBulkAction, it exports everything