Click button to trigger my own filter preset on Query?

Refer the followings snippet
https://snippet.webix.com/query

Is there a way to create a function on click to apply my own filter
( set my own decarded “value” on lines :16 to the table ) without clicking Add filter and add manually.

Greetings!

Query value is a specific reactive propery, which means that developers can get and set its value. To catch the moment, when the value changes in the widget is possible with onChange event - that is the right place to refilter datatble.

Example: Code Snippet

1 Like