Datatable with checkboxes: POSTing data

Datatable with checkboxes: POSTing data

notnownotnow Posts: 1Questions: 0Answers: 0
edited October 2013 in DataTables 1.9
Hi there

I have a datatable in a form and it has pagination enabled. One of the columns on the table includes checkbox form elements which the user can select.

I am having a problem at the moment because, when the form is submitted, only those checkboxes which are on the currently visible page of the datatable are submitted to the server by POST.

I have read and tried to implement solutions from other forum topics on this but still can't get it to work. I need to ensure that all checked checkboxes are returned to the server, even if they are on pages of the datatable that are not currently visible.

Can someone help me with this? A code example or a link to an appropriate implementation would be much appreciated.

Thanks in advance for any help.
This discussion has been closed.