I am looking for a way to create drag-and-drop columns in SmartTable. I basically need to reorder whole columns in my table. I stumbled upon lrDragNDrop, but found that it does not work in FireFox. I need something that supports both Chrome and Firefox. I also looked at ui-sortable, but it looks like it cannot be applied to tables, only to lists.
Can someone suggest a solution with a simple example of how to implement it on a table?
Thank!
source
share