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
We have 150 records in a CRUD list view. The paginationSize is 100.
We are on the first page. Index plugin generates row numbers from 1 to 100.
Now click on the "Next page" arrow.
All row number from Index plugin will instantly increase by 100 (so the last one becomes 200). Then, when the data for the next page is received from the server, the numbering will become normal.
It seems like we need to somehow track the change in the $page variable only after page load.
The text was updated successfully, but these errors were encountered:
We have 150 records in a CRUD list view. The paginationSize is 100.
We are on the first page. Index plugin generates row numbers from 1 to 100.
Now click on the "Next page" arrow.
All row number from Index plugin will instantly increase by 100 (so the last one becomes 200). Then, when the data for the next page is received from the server, the numbering will become normal.
It seems like we need to somehow track the change in the $page variable only after page load.
The text was updated successfully, but these errors were encountered: