mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Filter: convert filter array to include all strings. Fixes #1070
This commit is contained in:
parent
73153f2bdf
commit
236d633922
@ -838,6 +838,8 @@
|
||||
c.lastCombinedFilter = null;
|
||||
c.lastSearch = [];
|
||||
}
|
||||
// convert filters to strings (maybe not the best method)- see #1070
|
||||
filters = filters.join( '\u0000' ).split( '\u0000' );
|
||||
if ( wo.filter_initialized ) {
|
||||
c.$table.trigger( 'filterStart', [ filters ] );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user