mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Filter: make onlyAvail work with showProcessing. Fixes #1518
This commit is contained in:
parent
e542aebf1c
commit
8703f25ba4
@ -1,4 +1,4 @@
|
||||
/*! Widget: filter - updated 2018-01-30 (v2.29.5) *//*
|
||||
/*! Widget: filter - updated 2018-03-02 (v2.29.7) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
@ -547,7 +547,7 @@
|
||||
|
||||
// show processing icon
|
||||
if ( c.showProcessing ) {
|
||||
txt = 'filterStart filterEnd '.split( ' ' ).join( c.namespace + 'filter ' );
|
||||
txt = 'filterStart filterEnd '.split( ' ' ).join( c.namespace + 'filter-sp ' );
|
||||
c.$table
|
||||
.unbind( txt.replace( ts.regex.spaces, ' ' ) )
|
||||
.bind( txt, function( event, columns ) {
|
||||
|
Loading…
Reference in New Issue
Block a user