Custom Search on Datatable
Custom Search on Datatable
Hi guys,
Currently, I need to custom search on datatable to adapt the requirement:
I type "Apple" --> this will restrict the list to those data containing the term "apple" in fields name or notes.
I type "Apple abcd" --> this will restrict the list to those data containing the term "apple" in fields name or notes AND also the term "abcd" in fields name or notes.
So, anyone have faced with this before, could you give me some suggestion to modify search function.
Thanks in advance.
This question has an accepted answers - jump to answer
Answers
@bavuonglong, perhaps this page might help you get started?
Hope this helps,
Thanks @Ashbjorn, I've done that by your help.