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.

Date sorting problem with jQuery Tablesorter

I am trying to sort a table which has column like 2009-12-17 23:59:59.0. I am using below to apply sort $(…

jquery tablesorter
jQuery tablesorter + resizing column widths

Is there a jQuery plugin for resizing table columns that works with tablesorter?

jquery resize tablesorter
Table sorting in twitter bootstrap 3.1.1

<div class="table-responsive"> <table class="table table-hover gradienttable"> <thead> <tr> <th&…

jquery html css twitter-bootstrap tablesorter
Problem with sorting dates with jquery tablesorter

I am using tablesorter plugin to sort my tables in an MVC .NET App. Most of my columns are strings …

jquery asp.net-mvc tablesorter
jQuery tablesorter is not sorting number correctly

I've been trying for days now to get jQuery tablesorter correctly sort numbers in my table column. I am using …

jquery tablesorter
JQuery tablesorter problem

I'm having a couple of problems with the JQuery tablesorter plugin. If you click on a column header, it should …

javascript jquery html sorting tablesorter
Updating jQuery Tablesorter plugin after removing a row from DOM

I have some code at the moment that hides a row that is deleted and then removes it using the .…

jquery tablesorter pager
jQuery TableSorter Plugin error on init : cannot read property '0' of undefined

i wanna sort my table with jQuery Plugin TableSorter . So i get this table : <table id="stats" class="zebra-striped"&…

jquery jquery-plugins tablesorter
"e.handler.apply" is not a function in jquery table sorter

In one of my application I am using JQUERY tablesorter.But while sorting with any of the cloumns I am …

jquery tablesorter
How to disable sorting on column in jQuery.tablesorter?

I try to find a way how to disable sorting on column. I use jQuery plugin tablesorter. And by default …

javascript jquery tablesorter