Anyone seen something like this?
I downloaded dragtable widget here:
DragTable
I am using only the headers as a kind of column configuration tool for CSV file import configurations.
I am successfully storing the columns ordering to a table but I've been having trouble getting this to work in restoring the column ordering when the values are read back in.
So...Just wondering if anyone had seen something like this using jQuery dragables. I need this tool to store the column ordering to a database via ajax and to remember the column ordering when it reads the ordering data back using ajax.
[UPDATE]
OK, I've taken a look at this demo, looks like it is going to work but I don' t know how to get it to "replay" the ordering that was save using a toArray call.
http://jqueryui.com/demos/sortable/#default
Can anyone help on that one?