I'm not so skilled in jQuery, so I downloaded Dynatable to manipulate my tables.
It's OK for almost all features, but I don't know how to keep the state of the input fields when I use the pagination.
For instance: the first column of each row of my table is a checkbox. So I check some checkboxes in the first page, then I change the page, then a go back to the first page and the checkboxes are unchecked because the script rebuild the table each time I suppose.
How can I solve this?