datatables-editable plugin - disable ajax call?
datatables-editable plugin - disable ajax call?
Hi - I'm looking to implement DataTables with inline editing features. The datatables-editable plugin looks like it could do the trick, except I have a requirement that any changes they make to the table aren't sent back to the server to save until they hit a save button.
It looks like the editable plugin sends an ajax request after every row/column change. Is there a way to disable that and only have it update the DataTable data?
So if a user updates 20 rows, nothing goes to the server until they hit a 'Save' button. At that time I'd grab the data from the oTable and send it to the server for processing.
It looks like the editable plugin sends an ajax request after every row/column change. Is there a way to disable that and only have it update the DataTable data?
So if a user updates 20 rows, nothing goes to the server until they hit a 'Save' button. At that time I'd grab the data from the oTable and send it to the server for processing.
This discussion has been closed.
Replies