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)
Change History (2)
Changed 14 years ago by
Attachment: | jquery.tablesorter.js added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Includes change I made to fix the issue reported.