mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
Merge pull request #133 from cirosantilli/patch-1
Update examples/api/multi_filter.html
This commit is contained in:
commit
a5c80d4711
@ -22,8 +22,8 @@
|
||||
} );
|
||||
|
||||
$("tfoot input").keyup( function () {
|
||||
/* Filter on the column (the index) of this element */
|
||||
oTable.fnFilter( this.value, $("tfoot input").index(this) );
|
||||
/* Filter on the column based on the index of this element's parent <th> */
|
||||
oTable.fnFilter( this.value, $("tfoot th").index($(this).parent()) );
|
||||
} );
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user