manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Search a exact word in a comma delimited column value #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to filter an exact word in a comma delimited string(column value)

For example,

String : [CST,CS,ATS,ALU]
search input : CS

Here,

I need list of row that has only CS and should not have CST.

Could you please help me resolve this issue?

Thanks

Original issue reported on code.google.com by sureshp...@gmail.com on 7 Oct 2013 at 8:31