predefined Filter with dropdown box
predefined Filter with dropdown box
Andreas S.
Posts: 208Questions: 74Answers: 4
I have a some dropdowns boxes with defined filter variables. i have the dropdowns placed in a separate table as in the example https://datatables.net/examples/api/regex.html described. As soon as a variable has been set in the dropdown box, the list should be updated. Unfortunately that does not work with the example. The on() function does not respond to any event.
I have upload the debugger: https://debug.datatables.net/abefak
Andreas
This discussion has been closed.
Answers
Hi @Andreas S. ,
Did you mean a select like this example here? If so, it needs to listen for a
change
event, notclick
orkeyup
like the example you posted,Cheers,
Colin