Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

DataTables Column Searching

$
0
0

I am implementing column searching on a table that does server side processing. When i add the text to the column it is only performing "case sensitive" searches.

dataTable.columns(0).search("1N");
dataTable.draw()

That only matches the specific case.


Viewing all articles
Browse latest Browse all 2364

Trending Articles