Filter widget: include tbody th's

This commit is contained in:
Mottie 2014-04-12 07:02:56 -05:00
parent 116e46e9f0
commit b0fdbef3c7

View File

@ -902,7 +902,7 @@ ts.filter = {
// checked here so the option can be changed dynamically
childRowText = (childRow.length && wo.filter_childRows) ? childRow.text() : '';
childRowText = wo.filter_ignoreCase ? childRowText.toLocaleLowerCase() : childRowText;
$cells = $rows.eq(rowIndex).children('td');
$cells = $rows.eq(rowIndex).children();
if (anyMatch) {
rowArray = $cells.map(function(i){