custom textFilter layout in datatable

Hi folks,
I have an usual datatable with a textFilter in the header of column1.
For a better understanding I would like to place the string “Filter:” left of the filter-inputbox and a button to clear the filter string right of the inputbox. Is it possible to achieve this ?

You can create a custom filter to achieve this.
Extending existing one is not too hard.

Thank you for the quick answer!
Could you please give me an additional hint?
Perhaps I miss a bit of experience.
I read the documentation, searched in the forum and tried some own coding, but I did not get it work since two days.

http://webix.com/snippet/32c38f16 take a look into webix_debug.js

Great! Thank you very much!