-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtercontroll overwrites the pageNumber #7287
Comments
I´m investigating a little bit more and i think the problem is not the cookie extension but the filter control. Even if i´m not using cookies but the data-page-number option, it always jumps to page one, ignoring the data-page-number value: |
I debugged this issue and found the cause. The |
Adding another scenario .... Pagination Load More + Filter Control
|
Bootstraptable version(s) affected
1.22.4
Description
Hi
i have a problem with cookie and pagination: if i reload the site, it always jumps back to the first page of table. after reload you can see, that the table is "opened" at the correct (last seen) page but then jumps to first page.
please see example. switch to another page of table and re-run code.
if you set data-filter-control to "false" it works.
if you set data-side-pagination to "server" it works
But with one of those options enabled it does not.
Example(s)
https://live.bootstrap-table.com/code/nevermind2001/17493
Possible Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: