Not getting exact search filter result

Not getting exact search filter result

princemahay84princemahay84 Posts: 2Questions: 0Answers: 0
edited January 2014 in DataTables 1.9
Hi,

I am using data-table 1.9.
and am not able to get the exact filter search result.
like in data-table row i have word "Hello Word, Hello Test" and when i type "Hello W" in search filter its not filtering the result.

Replies

  • princemahay84princemahay84 Posts: 2Questions: 0Answers: 0
    $('#tableSearch').on("change keyup", function () {
    oTable_myTable.fnFilter($(this).val());
    });
This discussion has been closed.