Rob Garrison
Rob Garrison
Hi @MagicMike910! Sorry for taking so long to respond! Yeah sorry, the scroller widget needs a lot of work, and has a lot of incompatibility issues. I would recommend using...
Hi @pavelsr! Sorry for taking so long to respond! The problem is that the `widgets` option also needs to include the formatter ([updated demo](https://jsfiddle.net/Mottie/67Lqwyz5/2/)): ```js $("#run_formatter").change(function() { console.log("Change"); if (this.checked)...
Hi @st474ddr! You can't enable/disable tablesorter completely. You'll need to [`destroy`](https://mottie.github.io/tablesorter/docs/#destroy) and re-initialize it.
> But could you tell me why I can't write tablesorter function under the condition like my first method. The `resortTable` function initializes tablesorter. When tablesorter is already initialized, the...
Hi @anhdoantm! Set [`removeRows` option](https://mottie.github.io/tablesorter/docs/#pager-removerows) to `true`.
Here is the main demo - https://mottie.github.io/tablesorter/docs/example-widget-chart.html I don't know what "non-AK" means.
https://mottie.github.io/tablesorter/docs/example-widget-chart.html#setup__highcharts If those instructions don't help, please share some code so I can help troubleshoot the problem.
I set up [this Highcharts demo](https://jsfiddle.net/Mottie/rc9b4pkm/) for you. If you need further help, please modify that demo to show the problem.
Hi @mcpalmer1328! Please make sure the new content is being appended to the `tbody`. What I see about would create a new `tbody`, keeping the row separate from the original.
Then when tablesorter is initialized, include a [`sortList` option](https://mottie.github.io/tablesorter/docs/#sortlist) to set the initial sort.