Mottie / tablesorter

Github fork of Christian Bach's tablesorter plugin + awesomeness ~
https://mottie.github.io/tablesorter/docs/
2.61k stars 754 forks source link

suggestion: revamp documentation website #1620

Open aavmurphy opened 5 years ago

aavmurphy commented 5 years ago

This is no longer just "an unofficial fork", but a whole new library in its own right!

It has lots of brilliant features, but I'm unaware of most of them. It's a little confusing to newcomers, and all the features aren't obvious. I've been using tablesorter for years, but only use a fraction of what it can do. For example, td data-text="something", is brilliantly useful, but quite hidden away at present.

I suggest revamping the website, and maybe concentrate on

It would be quite a lot of work to do this, but it would be worth it to market all that tablesorter can do

Mottie commented 5 years ago

Hi @aavmurphy!

Yeah, I wish I had time to work on something like this... I'm way too busy!

I'd still call it an unofficial fork because I've tried to make it easy for a developer to switch from the original tablesorter with minimal to no changes in the code - drop it in and it should work.

There is sort of a pretty gallery for all themes, of course it is hidden in the theme option. Every widget does have a page, or more with documentation. Almost every parser has its own page as well.

I'd really like to rewrite the plugin to use plain javascript, not have a jQuery dependency, and speed up sorting & display of large tables, and so much more. But again, I don't have the time or motivation right now.