I am having interface of table row as menu tabs. I have to give interface for manually ordering table rows by jQuery plugin so that I can save tabs order and display according to. Please suggest me jQuery plugin for manually ordering table rows.
Update:
With these features also one feature required:
By clicking on column name ordering column names.
Check this out, it uses lists instead of table, but I think you can customize it to table or use it as it is.
When you change the order, it stores the order in the database by ajax request. If you found that useful, download the code here
OR if you want to do it strictly using tables, Check this out.
Drag and drop between columns
you can use jqGrid OR may be drag and drop plugin by dhtmlgoodies, but it uses list instead of table
Good luck, hope it helps.