How do I create search for multiple fields in dataset?

This part is the button-event, for example “onClick”, which calls a function (in your case it is the FILTERING-function) called “xxx”, or in this example it is called “ZZZ”

export function dropdown1_change(event) {ZZZ()}

And here one more time the function, which will be called by the button…

function ZZZ() { }