I have created a datatable
, everything works perfect, the problem is insert data by input:text
my problem starts when I move between pagination since it deletes the rows with data that the textbox carries, that is to say when I move to the page 2, the td
is deleted to create the new ones. Because I am using fields input:hidden
it deletes them also avoiding sending the array of inputs
to save, that is, it only saves me the data of the page in which I am. Is there a way to paginate the records without having to delete the information each page?