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

Addition of 2 new options: sortChildren and sortInPlace #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mbezhanov
Copy link

A few changes I had to implement for a project, in order to enable sorting of two-dimensional tables.

sortChildren - allows child rows to be sorted along with their parent
sortInPlace - allows visible children to be sorted, without changing the order of the parent rows. extremely useful, when you are trying to examine only the expanded child rows

Demos available at:
http://mbezhanov.github.io/tablesorter/example-sort-children.html
http://mbezhanov.github.io/tablesorter/example-sort-in-place.html

These demos are very similar to what we use in the project I made the changes for.

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

Successfully merging this pull request may close these issues.

1 participant