Put an delete icon in a datatable filter

Hi team,

Is it possible to put an icon at the right of a datatable input filter to clear it please ?

https://snippet.webix.com/7a9c5045

hello, it’s posible with create template html in header datatable, and add Attach Event “onHeaderClick” then make if condition where target.className is name “class” in template html

check this snippet:
https://snippet.webix.com/7u9q2egl

@XavierDP
you can try something like that
https://snippet.webix.com/32zxdpd9

Ok @vickypaulantono

Thank you for your answer

I was thinkig about this kind of thing :

Thank you very much @integral