Hello,
How do I make the pivot table automatically adjust the height so there are no vertical scroll bars in the container div?
Setting autoheight to true doesn’t seem to have any effect.
Hello,
How do I make the pivot table automatically adjust the height so there are no vertical scroll bars in the container div?
Setting autoheight to true doesn’t seem to have any effect.
If browser scrolls are enabled, the will be visible all the time.
But you can enable custom scrolls. They are visible only during scrolling and mimic Touch|MacOs behavior.
// before the initialization of Webix components
webix.CustomScroll.init();
Hello Listopad. But how do I make the pivot the correct height for the data? It seems to only want to inherit the parent div size.