-
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
Introduced hierarchical sorting. #410
base: master
Are you sure you want to change the base?
Conversation
have a screen shot or demo of this up anywhere? |
Doh, I broke the auto merge... oh well. I'll start looking at your work for the next update :) Thanks again for all your hard work. |
Hey Remy! Sorry, I've been too busy with other projects and minor updates that I haven't gotten around to incorporating this enhancement. I've been considering adding this as an extension instead of incorporating it into the core since it makes changes to the cache, and the work I have locally for the upcoming version 3 also significantly changes the cache. |
So where's the code for version 3? Is that the development branch? I could On Sun, Nov 17, 2013 at 12:37 AM, Rob G [email protected] wrote:
|
Hey Remy! The version 3 code I've been working on, I only have locally... and it hasn't been updated with all the changes made recently 😒 The development branch was needed to make a version of the plugin that would work with Zepto... I'll try to update the development branch more in the future to more closely match what I have done in version 3. Sorry, it's been really slow going for me - finding time, motivation and no other distractions :P |
Was this ever merged anywhere else or is this a dead PR? |
Hi @michaelh99! It's not dead. It's still open for reference. This won't get integrated until after this fork of tablesorter gets rewritten, and renamed to Abelt - I just need more free time 😞. |
Hi @michaelh99! I am nearly new in JQuery and trying to use hierarchical sorting in my project. Unfortunately, sorting only working on the parent rows not the child rows. I have followed what is described here. But no luck. I followed the following steps for hierarchical sorting -
And my parent rows have class data-tt-id and child rows have class data-tt-parent-id. I am getting all the class id's dynamically. Other tablesorter files like - jquery.tablesorter.js have in my project. Could you please help me to solve this issue please. Thanks |
Hello guys, have some ideas when this pull request will be merged (had the same issue and spend a full day to find the solution, but eventually Remy already fixed it)? |
Hi @igorrebega! I plan to implement something similar to this if and when I ever get around to rewriting the plugin. As it stands now, it would require a big change to the internal cache that would break backward compatibility. So that's why I'm putting it off until the rewrite. |
Any updates on this? It would be really cool to have it, as the demo looks very cool! Or would any of the other solutions be easier to implement? |
DONE:
TODO:
Example: http://steenreem.github.io/tablesorter/docs/example-tree-table.html