How to add label to toolbar with 'onAfterFilter' event in datatable

I am filtering data with selectFilter as per snippet : https://snippet.webix.com/a9270ac5
I want to add one label/button to the toolbar(which i have defined above this datatable). This label will have same textvalue which i have selected in filter. I am using onAfterFilter event for the same.

Hello,
If I correctly understood you, the sample will be like this
https://snippet.webix.com/ur2bzpcb

Superb! Thanks Nastja !

Hello, again!
For the same snippet by Nastja, can we freeze the toolbar and table-header? So that only other table rows will scroll

Removing autoheight should do it.

https://snippet.webix.com/tkvkcar7

Thank you, Jendrik ! It worked when I removed autoheight and added static value to ‘height’ in my code.