datatables-editable plugin - disable ajax call?

datatables-editable plugin - disable ajax call?

sbirniesbirnie Posts: 11Questions: 1Answers: 0
edited August 2012 in Plug-ins
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.

Replies

  • sbirniesbirnie Posts: 11Questions: 1Answers: 0
    Should have read the documentation a little more. Made the sUpdateURL a function and that did the trick. RTFM on my part.
This discussion has been closed.