mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
filter search will now update on table updates - issue #86
This commit is contained in:
parent
b6ae07f3d9
commit
8a6f3e24a7
@ -315,6 +315,9 @@ $.tablesorter.addWidget({
|
||||
fr += (sel ? '></select>' : '>') + '</td>';
|
||||
}
|
||||
$t
|
||||
.bind('addRows updateCell update appendCache', function(){
|
||||
findRows();
|
||||
})
|
||||
.find('thead').eq(0).append(fr += '</tr>')
|
||||
.find('input.' + css).bind('keyup search', function(e, delay){
|
||||
// ignore arrow and meta keys; allow backspace
|
||||
|
Loading…
Reference in New Issue
Block a user