aarondfrancis / refine-nova

A Laravel Nova integration for the Refine query builder.
30 stars 5 forks source link

Applying filters from page >= 2 doesn't refresh pagination #5

Open williamcruzme opened 8 months ago

williamcruzme commented 8 months ago

Steps to Reproduce:

You'll see the URL changes to /resources/users?users_page=1&tasks_refine=XXXXXXXX, but the pagination in the table is still on page 2.

The expected behavior is like Nova native filters; applying a Nova filter completely resets the pagination, and the "Previous" button is disabled because you are now on page 1.