Not getting correct search result on jQuery datatable.
Not getting correct search result on jQuery datatable.
I have applied jQuery dataTable on a asp DataGrid. In this data grid in first column I have a hyper-link on the value of cell.
Lets say the ID of the link is coming as DataGridID_lnkID02.. and so on.
Now, when I am searching on the jQuery table using the Search Textbox, I am NOT getting correct result. When I am searching value "lnk", all records are filtered although non of the cells contains text containing "lnk". (id of hyperlinks contains 'lnk').
Can someone help me fixing it?
Answers
Still not able to resolve this issue.. :(