-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row reorder! #472
Comments
just looks like jquery ui applied to table.. nothing to do with table sorting... as its all disabled. |
The purpose of row reordering is? |
I could see row reordering being useful for the static row widget, but any other rows would be moved if the user sorts a column. |
on the datatable's page. we have this. 'Notifying server-side page about the change'. The reordering only makes sense if we are saving the order back. tablesorter as of now doesn't have any such functionality and neither it seems to be within scope. tablesorter already has a lot of bloat (thanks to legacy i guess) |
Hi know i have row sortable as your plugin provide and row reorder as the the link above describe |
Check out the updated staticRow widget which allows dynamic updating of the row index. So all you would need to do is include some drag-and-drop code to move your row. I just realized that I didn't include a way to "save" the static row position; but I'm not if it would be possible unless the static rows are somehow given an id... |
Hi
tablesorter is great
look at this example
http://jquery-datatables-row-reordering.googlecode.com/svn/trunk/index.html
your table sorter will be perfect with this additional plugin
Thank you.
The text was updated successfully, but these errors were encountered: