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

Bugfix : use LengthAwarePaginator in order to respect limit from Builder #538

Open renardudezert opened 1 year ago

renardudezert commented 1 year ago

If the Query Builder uses a limit(), we need to use the LengthAwarePaginator to ensure that the limit is respected in the pagination.