scroll: 'y' cuts off bottom of datatable

I am having an issue with my Datatable being cut off, when I use a vertical scroll. I would like the body to take up 100% of the vertical space, but it only uses the child components to determine the vertical height. How can I get the full 100% height?

Basically I don’t want “autosizing to content” in my ScrollView. I want 100% of the vertical space, even if the content does not overflow.

Thanks

Hi, could you please share a snippet of your implementation?

Here’s a basic datatable with vertical scroll: https://snippet.webix.com/667vx6oa

And here’s a datatable with autoheight wrapped in a scrollview: https://snippet.webix.com/bw1qzifn

And the bottom is not cut off in any of the cases.