DataTable - Paginator doesn't reset on Lazy sort #1905
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2-portable
Milestone
I'm submitting a ... (check one with "x")
CodeSandbox Case (Bug Reports)
The bug exists in this demo page (DataTable - Lazy)
https://www.primefaces.org/primevue/showcase/#/datatable/lazy
Current behavior
Paginator is out of sync with DataTable on sort action. DataTable will reset first to 0, but the Paginator doesn't change the page.
Expected behavior
On sort action, Paginator should reset to first page just like the DataTable first = 0
Minimal reproduction of the problem with instructions
When the paginator is at page 5, then click a column header to sort it, the Paginator still at Page 5 although the DataTable display first page.
The text was updated successfully, but these errors were encountered: