Focusing with autoheight in subrow

Hello.

Having problems keeping focus on filters when grid has autoHeigth on. I have read similar forum posts and understand that this is just how Webix works and there is a workaround. And it might work usually, but i am using a subrow and for some reason, i cant get it to re-focus.

Using this workaround:
https://snippet.webix.com/3c4eb944

Everything works and is log-able, but for some reason, i can not get “this.getFilter(activeColumn).focus();” to work. Even with other events.

If i set datatable yCount to lets say 5 and comment out autoHeigth, all works.
As soon as datatable has autoHeight, there is no way to get focus back.

What am i missing? Which actions or events can fire after the “onAfterFilter” ?

Best Regards.

Reproduced the problem. As you can see, in the main datatable headers the filters keep focus, but in the subview, after filtering, the focus is lost.

https://snippet.webix.com/s2wz5lfb

Is there a way to overcome this. Works fine if subview doesn’t have autoheight , which can be replaced to yCount: 5