Top "Tablesorter" questions

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.

Custom Parser for jQuery Tablesorter

I'm using the jQuery Tablesorter and have an issue with the order in which parsers are applied against table columns. …

jquery tablesorter
TypeError: 'undefined' is not a function with Tablesorter only in Safari

Only in safari I get the error: TypeError: undefined is not a function (evaluating '$("table").tablesorter') In all other …

javascript jquery safari tablesorter
TableSorter: How can I change the position of sorting arrows

I'm implementing jquery's tablesorter. I need to change the sorting arrows position with respect to the title of the column. …

javascript jquery css tablesorter
tablesorter pager

I'm working with tablesorter and I've not been able to find any documentation about the plugin tablesorter pager. The thing …

javascript jquery tablesorter
How to add jQuery .on click to Tablesorter th?

I have table.tablesorter element that change frequently using AJAX. I want to add event handler on 'click' that will …

jquery html ajax tablesorter
TableSorter 2.0 Plugin - Enable Table scroll

I am using the Tablesorter plugin and it works great. Currently, I achieve table scrolling using a div wrapper. Is …

jquery css tablesorter
How to fire event handlers after AJAX content has loaded in JQuery

I'm trying to use an AJAX request to load some information into a table using JQuery. I can load the …

jquery ajax tablesorter onload-event
Jquery Tablesorter sort same column after update

I have a table which is updated with ajax and after update it if sorted but I need to sort …

javascript jquery tablesorter
JQuery Tablesorter clear table information

I've created a jquery table that from time to time needs to be cleared and the re-populated, my clear method …

jquery tablesorter
Using jQuery tableSorter plugin with Angularjs

I'm trying to use the JQuery tablesorter plugin working along with Angular. Currently if you click on any column for …

angularjs tablesorter