Datatable is not scrollable if "leftSplit" takes whole space

If number in “leftSplit” is greather than available space in datatable, you can no longer scroll through the table.

https://snippet.webix.com/h3bk0xe4

Hello @lBeJIuk,

This scrollbar behavior is default.

We can suggest you the following solution:

  1. Monitor available screen width with the getNode() method;
  2. Based on the width, adjust the leftSplit value (change the number of displayed columns).

Please, check out the snippet with the example: Code Snippet