Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by umadhav
-
attachment
jquery.tablesorter.js
added
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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 .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Includes change I made to fix the issue reported.