How to send dataTable data back to server
How to send dataTable data back to server
FStarred
Posts: 5Questions: 3Answers: 0
Suppose I wish to send back the dataTable data object to the server , maybe updated with some rows deleted ..
How can I achieve this ?
Thanks in advance
This discussion has been closed.
Answers
use the editor
https://editor.datatables.net/
Nice plugin, could be suitable for several requirements.
However I need to send to server the WHOLE table data modified, and not only the single action of the row.
DataTables provide api to delete the row also, but I don't know to send the whole modified data to server