fixed filter row targetting

This commit is contained in:
Mottie 2013-03-31 12:23:48 -05:00
parent 5c4fe06b81
commit 45c1b9b276

View File

@ -529,7 +529,7 @@ ts.addWidget({
for (i = 0; i < cols; i++){
t += '<td></td>';
}
$fr = $t.find('thead').eq(0).append(t += '</tr>').find('td');
$fr = $(t += '</tr>').appendTo( $t.find('thead:first') ).find('td');
// build each filter input
for (i = 0; i < cols; i++){
dis = false;