Modify ↓
Ticket #3119 (closed bug: invalid)
disable tablesorter
| Reported by: | diegaum | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | tablesorter | Cc: | |
| Blocking: | Blocked by: |
Description
Hello, I've been researching and didn't find a way to disable the tablesorter (like the mask library which has the function unmask) on a table that had been activated this function. simple example how could it be:
$(.table-to-sort).tablesorter() if (conditionToDisable()) {
$(.table-to-sort).removetablesorter()
}
Change History
comment:1 Changed 5 years ago by flesler
- Keywords tablesorter added
- Component changed from core to plugin
comment:2 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.
Note: See
TracTickets for help on using
tickets.
