filter search will now update on table updates - issue #86

This commit is contained in:
Rob Garrison 2012-06-05 07:22:43 -05:00
parent b6ae07f3d9
commit 8a6f3e24a7

View File

@ -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