How do I serialize the data in table that is part of a form?
How do I serialize the data in table that is part of a form?
tcardinal
Posts: 31Questions: 9Answers: 0
I have a datatable that is part of a form. The table is loaded via an ajax call and there can be several pages.
I have looked at the forum and while there seems to be legacy methods for serializing data, is there a way to do this using the rows() or datatable()?
Thanks.
This discussion has been closed.
Answers
I have eventually found the example, not sure how I missed it. For reference it is https://datatables.net/examples/api/form.html