Skip to content
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

Closed
dot4code opened this issue Dec 29, 2013 · 6 comments
Closed

Row reorder! #472

dot4code opened this issue Dec 29, 2013 · 6 comments

Comments

@dot4code
Copy link

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.

@thezoggy
Copy link
Collaborator

just looks like jquery ui applied to table.. nothing to do with table sorting... as its all disabled.

@dot4code
Copy link
Author

The purpose of row reordering is?
If you have dynamic menu and want to reorder the the sequence of pages
you only reorder the the rows and save the status of row sequence
look at [SECTION 1: INTRODUCTION - What are we going to be developing] video to know what i mean link below!
https://www.udemy.com/multilingual-cms/

@Mottie
Copy link
Owner

Mottie commented Dec 30, 2013

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.

@mohitmayank
Copy link
Contributor

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)

@dot4code
Copy link
Author

Hi
I created a test
combining your tablesorter static row widget and
with this plugin link below
http://johnny.github.io/jquery-sortable/

know i have row sortable as your plugin provide and row reorder as the the link above describe
Thank you

@Mottie
Copy link
Owner

Mottie commented Apr 21, 2014

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants