Datatable Y Scrollbar wrong

If I use a big datatable layout, that will went out of the parent container, the the Y scrollbar is only visible if I X Scroll to the right side of the datatable.
I expect that the Y scrollbar is always visible.
(Y Scrollbar is also all-time visible, not only after scrolling to the bottom of the datatable view.

Hello,

Scrollbars are coming by default. Scrollbar can be hidden if you use autoheight property in your configuration.
Example: https://snippet.webix.com/k9aig0ku

Also, maybe you used scroll: false which also hide the scrollbar

Could you please show a snippet to see the problem?