I have a form
element with a select
and a submit
(filter). The data is filtered, the page is reloaded and the data is presented in a table. To see all the data, it goes through more than one page in the table (pagination). However, I use a value that comes from the value of the last POST
(contents of select
) and when I change the page in the table, the table shows the data of the first element of select
, since it does not saves the value of POST
.
How can I save the post value so that the pages after the first one are also displayed?