Search multiple values on multiple columms

Search multiple values on multiple columms

osdaosda Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I want to add a functionnality for searching multiple values on search input.The searched values will be separated with a caracteres as "+"

I was tested many methods but i don't found the solution

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You would need to use regular expressions with search(), splitting the input string based on your '+' separator. This example here from this thread shows how you can re-use the standard search control,

    Colin

This discussion has been closed.