RecordsPerPage = $pagenumber
Posted: 2021-12-23 10:08
I would like to let user to choose the no. of record per page. Is there anyone can share the code?
I am thinking of leveraging $x->RecordsPerPage = $pagenumber; and create a table to let users to specify page number eg. 25 instead of hard-coded?
But, how to store that in the session when a user modify the value in the table? Please advise.
I am thinking of leveraging $x->RecordsPerPage = $pagenumber; and create a table to let users to specify page number eg. 25 instead of hard-coded?
But, how to store that in the session when a user modify the value in the table? Please advise.