I would like to enable user to choose which columns in table are visible, and it what order.
How can I mix sortable/draggable or other plugins to achieve this? Any help would be great.
It would be nice if user settings could be saved and re-read with jQuery cookie plugin, which I use.
I’ve solved this problem like this:
Make a form with checkboxes of available columns, and make form fields sortable.
After a form submit I have clear list of columns to display along with order.