DataTables with form elements
DataTables with form elements
ZiTouN
Posts: 6Questions: 0Answers: 0
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!
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!
This discussion has been closed.
Replies