Persist additional data on rows
Persist additional data on rows
Hi, I need to have a datatable containing input fields on each row, like this:
https://datatables.net/examples/api/form.html
I noted that in the example, when I click on pager buttons, the fields values are kept between a page and the other. This probably happens because all the data are loaded in in memory without any ajax call to some backend.
In my datatable instead, where server side processing is enabled, I see that when the page changes (ie clicking on pager Previous or Next) these values get lost.
Is there a way to persist them?