How to search a word with whole column data matching the word ?
How to search a word with whole column data matching the word ?
sahildcoder
Posts: 6Questions: 2Answers: 0
For eg. I have data in column as John Mary. and I dont the result to contain this record when either 'John' or 'Mary' is searched.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi sahildcoder,
There's a few ways to do this.
If you want this search to be from the DataTables input box, then
1) if you only want to search on a specific column, you'll need something like this (see example):
2) if you want to search across all the columns, then you'll need a search plugin (see example):
However, if you want to search in an individual input connected to a column, look at this example.
Hope that helps,
Cheers,
Colin