trouble with search - it searches inside the html link
trouble with search - it searches inside the html link
hello, i really want to use this great extension, but i am somehow troubled by the way the search works (or not)...
i looked around in the forum for solutions, this was the closest one to my problem (http://datatables.net/forums/discussion/comment/40669) but its not clear if it got fixed or where to add the suggested code.
my problem:
i have a table with the first column being html-links ( Customer A) and on the second column there are the names of the contact persons. now there is one person having the string "dre" in his name, when i do the search, it also shows me all other rows, because in every entry of col1, there is the string "...adress..." inside the href...
i tried
"aoColumns": [
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" }
]
the same with "string" instead of "html" (i wasnt sure which one to use), but it didnt work at all...
any suggestions?
i looked around in the forum for solutions, this was the closest one to my problem (http://datatables.net/forums/discussion/comment/40669) but its not clear if it got fixed or where to add the suggested code.
my problem:
i have a table with the first column being html-links ( Customer A) and on the second column there are the names of the contact persons. now there is one person having the string "dre" in his name, when i do the search, it also shows me all other rows, because in every entry of col1, there is the string "...adress..." inside the href...
i tried
"aoColumns": [
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" },
{ "bSortable": true, "sType": "html" }
]
the same with "string" instead of "html" (i wasnt sure which one to use), but it didnt work at all...
any suggestions?
This discussion has been closed.
Replies
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html
instead of the global search.
Allan
Allan