Hi, I need freeze header of treetable, and I look methods and properties of treetable, but I found nothing, is it possible?
https://webix.com/snippet/061e6536
I need freeze header of treetable
not clear what you mean. header is always frozen.
if you need to freeze top row, then your snippet is almost right.
https://webix.com/snippet/c8e1ba63
By frozen I mean always stay on top, not hiding when scrolling down
- set autoheight = false
- set scroll = “y”
https://webix.com/snippet/c8e1ba63
I know about it, but I mean something else. In primeface datatable has the “stickyheader” attribute, and I need something like it in webix treetable