Not getting exact search filter result
Not getting exact search filter result

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.
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.
This discussion has been closed.
Replies
oTable_myTable.fnFilter($(this).val());
});