Form example doesn't work
Form example doesn't work
wiggonator
Posts: 1Questions: 0Answers: 0
I've tried this example:
http://datatables.net/release-datatables/examples/api/form.html
and it doesn't work. Click on the button "Submit form" and see the results. sData is blank.
The problem lies here (I think):
var sData = $('input', oTable.fnGetNodes()).serialize();
The example is looking for input fields but there is only text. I also only have text and would like to know how to solve this.
http://datatables.net/release-datatables/examples/api/form.html
and it doesn't work. Click on the button "Submit form" and see the results. sData is blank.
The problem lies here (I think):
var sData = $('input', oTable.fnGetNodes()).serialize();
The example is looking for input fields but there is only text. I also only have text and would like to know how to solve this.
This discussion has been closed.