Enabling horizontal scroll in disabled datatable

Is there any way to enable horizontal scroll in a disabled datatable?

Hello,
The point is that scrollbar gets under the div which disables the view
So, I can recommend you to wrap the datatable in scrollview, and remove the scroll from datatable as scroll: false.
Also you need to add autowidth: true to the datatable.
Please check the sample: https://snippet.webix.com/8c1ngd8z

@Nastja Thank you very much :smile: