How to add event on table column filter

Hello Webix team,

https://snippet.webix.com/39zh7mlx

I want to add keypress event for data table column filter. How can I add that.

You can use onKeyPress event
https://snippet.webix.com/p1ls8uhv

Hello Nastja,
In above snippet, how can I get the column name and its value in which I have enter the filter value.

Hi @leod1481 ,

It’s possible to use getColumnConfig() method
as grid.getColumnConfig("colId").header
Please check the sample: https://snippet.webix.com/mo0pqx9a