Multi search box
Multi search box
msakiya
Posts: 1Questions: 1Answers: 0
Hi, i want to create a Multiple search box, for example, i want to search in the column one all the records "NO" aslo, from the column two all the records "MALE".
I see something like this in the script Databased (created in Codeigniter but using Datatables). I post some examples.
If anybody has idea how to do that, please, help me.
Thanks.
This discussion has been closed.
Answers
Here are some examples with column based searches:
https://datatables.net/examples/api/multi_filter.html
https://datatables.net/examples/api/multi_filter_select.html
https://datatables.net/examples/api/regex.html
The default way Datatables searches multiple is using AND searches. Here is an example of column based OR searches using a search plugin
http://live.datatables.net/mucevape/1/edit
Hope this helps get you started.
Kevin
.