Bug Tracker

Opened 14 years ago

Closed 13 years ago

#4090 closed bug (invalid)

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 14 years ago.
Includes change I made to fix the issue reported.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by umadhav

Attachment: jquery.tablesorter.js added

Includes change I made to fix the issue reported.

comment:1 Changed 13 years ago by dmethvin

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 .

Note: See TracTickets for help on using tickets.