MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

How to use Export? #514

Closed abbasmashaddy72 closed 2 months ago

abbasmashaddy72 commented 1 year ago

I want to use export queue for exporting larger data set, how to use it.

nathcast commented 1 year ago

I too had a complex query that was not exporting. But when I replace the public $model="" ; with a query builder with explicit joins, the export function works.

Anyone has manage to make the export work when using ORM model so that we do not have to rebuild the query? Thanks,

abbasmashaddy72 commented 2 months ago

Closed as using Filament