Webix Data table scroll

Hi,

Webix datatable using css style set max-height:calc(100vh - 350px) and scroll a data getting more empty space in bottom.

Please find:
https://snippet.webix.com/uzr3262j

Hello,
If you want to calculate max height, so it’s not recommended to use CSS for such things.
You can use document.body.offsetHeight
Here is a similar example with the width but with the same idea