Skip to main content

Bug Tracker

Side navigation

#4090 closed bug (invalid)

Opened February 06, 2009 07:28PM UTC

Closed October 12, 2009 11:58PM UTC

TableSorter triggers sortStart when a header disabled for sorting is clicked.

Reported by: umadhav Owned by:
Priority: minor Milestone:
Component: plugin Version: 1.2.3
Keywords: tablesorter, jquery Cc:
Blocked by: Blocking:
Description

I have a table using the tablesorter plugin. I have disabled sort on the first column.

I am using the sortStart and sortEnd to display feedback to the user. (useful for large datasets)

When I click on the first column (sorting disabled), sortStart is triggered, but sortEnd is never invoked.

I am attaching the modified js file for this.

Attachments (1)
  • jquery.tablesorter.js (23.6 KB) - added by umadhav February 06, 2009 07:29PM UTC.

    Includes change I made to fix the issue reported.

Change History (1)

Changed October 12, 2009 11:58PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .