mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Filter: Fix change/search event being ignored for filterFormatter & selects
This commit is contained in:
parent
8c7d8f0220
commit
baac4d94f4
@ -825,6 +825,7 @@ ts.filter = {
|
|||||||
if (event.which === 13 || event.type === 'search' || event.type === 'change') {
|
if (event.which === 13 || event.type === 'search' || event.type === 'change') {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// init search with no delay
|
// init search with no delay
|
||||||
|
$(this).attr('data-lastSearchTime', new Date().getTime());
|
||||||
ts.filter.searching( table, false, true );
|
ts.filter.searching( table, false, true );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user