Rob Garrison
Rob Garrison
Hi @LLazyness! Sorry for taking so long to respond! Maybe setting the [`savePages` option](https://mottie.github.io/tablesorter/docs/#save-pages) to `false` would work for you?
https://mottie.github.io/tablesorter/docs/#csschildrow
Hi @ken-colvin! The "new" html appears to be missing a ``: ```html ``` Also, you may need to add a class name to that `tr` so that the header row...
[Here's a demo](https://jsfiddle.net/Mottie/utvrnwg3/)
Hi @TheeOhioState! Yes, TS renders all the rows when sorting and it is very slow especially when you have a lot. If you want to speed up pretty much everything,...
Hi @rotzek! Please check the settings of [`ignoreCase`](https://mottie.github.io/tablesorter/docs/#ignorecase) and [`filter_ignoreCase`](https://mottie.github.io/tablesorter/docs/#widget-filter-ignorecase) ([demo](https://jsfiddle.net/Mottie/bbxxomhx/1975/)). They both need to be set to `false` if you want case sensitivity to matter. Both are set to...
Hi @du8die! Oops, I asked in your [Stack Overflow question](https://stackoverflow.com/questions/71727171/tablesorter-data-math-filter-returns-no-results-when-given-a-valid-css-selector#comment126790624_71727171) - I don't remember what `data-math-filter` does. And also `style='` in the last `td` is probably breaking stuff.
Hi @xanatos! Thanks for reporting this problem! I don't know when I'll be able to work on fixing this bug, but I'll add it to my to-do list.
Hi @Hisstsu! Sorry for taking so long to respond! I seem to remember this issue came up before, but I don't recall the solution. It might have been something to...
Hi @harrison-munitz! Check out the two "automatic row numbering" widgets under "other" on the wiki home page - https://github.com/Mottie/tablesorter/wiki#widgets - to see if that accomplishes what you want.