I’ve been trying to bring dataview to properly display both horizontal and vertical scrollbars. However, I’m finding anomalies with horizontal and/or vertical scrollbars.
Please site http://webix.com/snippet/8b5dde2a, the horizontal bar seems okay, however am having trouble with the vertical scrollbar.
You need to initialize DataView with “autoheight” enabled. In the other case, the component will be rendered with vertical scroll (“x” scroll - for scrollview, “y” - for dataview):
It’s brilliant, however, sadly I’m using virtual page loading (very important in our case). In which case it’s breaking upon fetching what appears to be the first page after ‘datafetch’. I don’t have that in my sample as it would require the server to be in place.