diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html index 648d3213..3dc6d54c 100644 --- a/examples/api/multi_filter.html +++ b/examples/api/multi_filter.html @@ -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