Advanced Search
Advanced Search
NJDave71
Posts: 40Questions: 3Answers: 0
This is a great solution.. However, I am looking for a way to build a complex Search based on AND and Or. This feature exits in jqGrid but I rather use dataTable. Do you have a similar solution?
This discussion has been closed.
Answers
At the moment you would need to create a search plug-in. That is a simple function that allows you to provide any logic you want for the search options.
I do plan to create a UI option for a search builder in future (as time allows).
Allan
Allan:
I look forward to seeing your UI solution. I was going to disassemble the jqGrid filter plugin and see if I could be applied to dataTable. Thank you for keep your program current and up to date.