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
Bug
In limit offset pagination, when page limit is 5 and current position in last page of data.
Then change the page limit size 5 to 25. It will first change the page 0, call then api with page 0, limit 5 and update the data,
then change the limit 25, it call the api with page 0, limit 25, and not updated the data.
Bug
In limit offset pagination, when page limit is 5 and current position in last page of data.
Then change the page limit size 5 to 25. It will first change the page 0, call then api with page 0, limit 5 and update the data,
then change the limit 25, it call the api with page 0, limit 25, and not updated the data.
https://codesandbox.io/s/beautiful-kalam-holcd?file=/src/App.js
To Reproduce
Steps to reproduce the behavior:
Screen cast of bug: https://youtu.be/FTHz3fCzu3s
The text was updated successfully, but these errors were encountered: