"enable_persist_state" not remember "Records per page" in localStorage
"enablepersiststate" not remember "Records per page" in localStorage.
When the user changes the number of records displayed on the phpGrid page, phpGrid does not remember this value in localStorage.
E.g:
25 records are displayed per page. In total, we have 26 records (2 pages). We stand on the last record and change the value of "Records per page" to 10 (we have 3 pages and we stand on the 3rd page). We load another page of our application, and then return to the page with 26 records. phpGrid will not load data because the last page saved in localStorage is 3, and the grid loads by default with a value of 25 records per page (with only 2 pages in this configuration). I have a request to fix this error.