If number in “leftSplit” is greather than available space in datatable, you can no longer scroll through the table.
Hello @lBeJIuk,
This scrollbar behavior is default.
We can suggest you the following solution:
- Monitor available screen width with the getNode() method;
- Based on the width, adjust the leftSplit value (change the number of displayed columns).
Please, check out the snippet with the example: Code Snippet