DataTables with form elements

DataTables with form elements

ZiTouNZiTouN Posts: 6Questions: 0Answers: 0
edited December 2011 in DataTables 1.8
Hi,

Regarding the example "DataTables with form elements example", I would like to know if there is a way to submit a form without using AJAX call.
Pleas consider this simple example:
[code]



Col1
Checkboxes



John Doe

...





$("#check-table").datatable({});

[/code]

Only the checkboxes "visible" (the ones of the current page of pagination) are submitted, as the others seems not to be in the DOM.
Any help would be appreciated.

Thanks!

Replies

  • shall11672shall11672 Posts: 1Questions: 0Answers: 0
    Any one have a solution for this? I have the same problem.
This discussion has been closed.