mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

Please provide an event interface #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide an event interface.

The server expects reordering information in vastly different format than this 
plugin's built-in AJAX provides, and I cannot modify server-side code.

If I could receive an event when the user drops the row, I could make my own 
AJAX call.

Original issue reported on code.google.com by rula...@gmail.com on 23 Jan 2014 at 12:33

GoogleCodeExporter commented 9 years ago
Sigh. fnUpdateAjaxReqest is even better, but undocumented. Please document it.

Original comment by rula...@gmail.com on 23 Jan 2014 at 1:04