Fixed: corrects floating headers upon filtering values
svn path=/Website/trunk/; revision=31937
This commit is contained in:
@@ -33,7 +33,9 @@ function doFilter(deze)
|
||||
var text = $(this).text().toLowerCase();
|
||||
var moretext = ($(this).find("span.rsTruncmore").attr('resttxt')||"").toLowerCase();
|
||||
$(this).toggle(text.indexOf(valThis) > -1 || moretext.indexOf(valThis) > -1);
|
||||
});
|
||||
});
|
||||
if (typeof updateTableHeaders == 'function')
|
||||
updateTableHeaders();
|
||||
}
|
||||
|
||||
if (window.$)
|
||||
|
||||
Reference in New Issue
Block a user