mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Filter: Fix namespacing of events
This commit is contained in:
parent
2668e0e773
commit
52e8c024b0
@ -69,9 +69,10 @@
|
||||
var tbodyIndex, $tbody,
|
||||
$table = c.$table,
|
||||
$tbodies = c.$tbodies,
|
||||
events = 'addRows updateCell update updateRows updateComplete appendCache filterReset ' +
|
||||
events = (
|
||||
'addRows updateCell update updateRows updateComplete appendCache filterReset ' +
|
||||
'filterAndSortReset filterFomatterUpdate filterEnd search stickyHeadersInit '
|
||||
.split( ' ' ).join( c.namespace + 'filter ' );
|
||||
).split( ' ' ).join( c.namespace + 'filter ' );
|
||||
$table
|
||||
.removeClass( 'hasFilters' )
|
||||
// add filter namespace to all BUT search
|
||||
|
Loading…
Reference in New Issue
Block a user