You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xaksis I believe it is because when per page is changed, it is now changing page back to page 1. This emits two events. Thus, two requests are made. Hmmm....
#809 went in between 2.21.7 and 2.21.8. I assume that is the cause, also the rows per page keeps resetting to 10 for me, going from 2.21.7 to 2.21.8, and I think that may also be related.
Issue Type (delete the irrelevant ones)
Specs
vue-good-table 2.21.8
VueJs 2.6.12
Browser: Version 88.0.4324.190 (Official Build) (64-bit)
Expected Behavior
When per page is changed, only one event is emitted and one request is made to the server.
Actual Behavior
When per page is changed, two requests are made to the server.
Steps to Reproduce the Problem
This is from chrome network tab when per page was changed once.
Using a setup right from the docs. Nothing extra going on here. And no, I have absolutely no other listeners/handlers for the per page change event.
The text was updated successfully, but these errors were encountered: