Re-sorting lines on the fly
Re-sorting lines on the fly
Hi
Just to be sure cause I already searched, there is no way currently to modify the order of the lines on the fly using DataTables?
I'd like to be able to take a line with my mouse, drag-drop elsewhere on the table, and send the data of the new order to the server in ajax; Like sortable() does in jQuery.
I didn't find any plug-in, but since I found mostly discussions about the ordering in JS, I wanted to be sure that i didn't miss a plu-in that does that.
Thanks :)
Just to be sure cause I already searched, there is no way currently to modify the order of the lines on the fly using DataTables?
I'd like to be able to take a line with my mouse, drag-drop elsewhere on the table, and send the data of the new order to the server in ajax; Like sortable() does in jQuery.
I didn't find any plug-in, but since I found mostly discussions about the ordering in JS, I wanted to be sure that i didn't miss a plu-in that does that.
Thanks :)
This discussion has been closed.
Replies
Allan
thanks, i'll see if I'm capable of making a plug-in or a hack for this to work as I imagined
thanks again
Allan