Skip to content

Addition of 2 new options: sortChildren and sortInPlace#49

Open
mbezhanov wants to merge 2 commits into
christianbach:masterfrom
mbezhanov:sort_in_place
Open

Addition of 2 new options: sortChildren and sortInPlace#49
mbezhanov wants to merge 2 commits into
christianbach:masterfrom
mbezhanov:sort_in_place

Conversation

@mbezhanov

Copy link
Copy Markdown

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