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.
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.