Submitting DOM Datatable with Pagination and Form Elements
Submitting DOM Datatable with Pagination and Form Elements
Hello Guys,
Noticed that when I submit my datatable with form elements and pagination only the currently showing page is submitted.
I notice there is a submit example here
http://www.datatables.net/examples/api/form.html
which requires an fnGetNodes call and puts it in a js var.
How could I put the nodes in the current Form DOM? Alternatively, on submit click, I can change pagination to 100 rows from the defualt 10 to contain all elements on form submit I guess :)
Noticed that when I submit my datatable with form elements and pagination only the currently showing page is submitted.
I notice there is a submit example here
http://www.datatables.net/examples/api/form.html
which requires an fnGetNodes call and puts it in a js var.
How could I put the nodes in the current Form DOM? Alternatively, on submit click, I can change pagination to 100 rows from the defualt 10 to contain all elements on form submit I guess :)
This discussion has been closed.