predefined Filter with dropdown box

predefined Filter with dropdown box

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 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

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @Andreas S. ,

    Did you mean a select like this example here? If so, it needs to listen for a change event, not click or keyup like the example you posted,

    Cheers,

    Colin

This discussion has been closed.