MedicOneSystems / livewire-datatables

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

UX: Out of Range Pagination should be reseted #593

Open spekulatius opened 10 months ago

spekulatius commented 10 months ago

Bug

Currently, when selecting another page through the pagination, than filter on the page and the filtering leads to fewer results (than needed to fill the page) it returns an empty table message. This is misleading as there are potentially results on previous pages / the first page.

Fix

Reset the page counter when filtering is triggered.