Datatable textfilter / serverfilter "clear" feature

Is there a way to have clear:true feature in a datatable texfilter ?

textFilterClear & serverFilterClear implementation. Criticism are welcome.

https://snippet.webix.com/33oqejzu

edit: completely buggy, working on another version

Good day @franck34,

There is problem with using private API like webix._event, master._settings → need to use public API instead i.e. webix.event, master.config
Please, check out the snippet with example: Code Snippet

1 Like