Filter doubts
Filter doubts
matheusrocha89
Posts: 2Questions: 0Answers: 0
I created a table with some sample datas that I created and initialize the dataTable...amazing, everything works GREAT! But I have a doubt, imagine that in one column I have 3 kind of data: VIP, Regular and Trial...Is there some way in the search input I write something like this: "VIP Regular" and the dataTable filter rows of both values? I tried but didn't work cause the dataTable tried to find the column that have both values together.
This discussion has been closed.
Replies
Allan
This is the dev documentation for the search configuration object: http://datatables.net/docs/DataTables/1.9.4/DataTable.models.oSearch.html . You can modify it to alter the default as well as another option..
Allan