-
Notifications
You must be signed in to change notification settings - Fork 405
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
Changing Per Page resets the pagination info but doesn't reset the current page #809
Comments
v2.21.5 should fix this. |
@xaksis Using the jsFiddle with v2.21.7 it still seems broken |
oh strange! will investigate. |
The styles look pretty stupid too. Will take a look soon. |
Is that the big dropdown? as we noticed that and changed them back to how they used to look. FYI I believe the issue happens when you do the following
You end up on the second page but with the navigation displaying the first page |
Having the same problem. Is there a rough time frame for the fix? Thanks for the awesome work you all are doing! |
I'm in v2.21.11, and the problem still persist. i'm in remote mode |
Issue Type
Specs
vue-good-table 2.21.0
VueJs 2.6.10
What browser? Chrome Version 88.0.4324.104 (Official Build) (64-bit)
Expected Behavior
When changing the per page, the table resets to page one.
Actual Behavior
When changing the per page, the table attempts to reset to page one, the pagination info shows page 1 of x but the results are for the page number you were on
Steps to Reproduce the Problem
jsfiddle
Please use this example
The text was updated successfully, but these errors were encountered: