scrollX

enables/disables horizontal scrolling

boolean scrollX;

Example

webix.ui({
    view:"datatable",
    scrollX:false,
    ...
})


Default value:

true

Related samples

Details

By default, horizontal scrolling is enabled. It will be disabled automatically if you set the autowidth parameter to true.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix mvc library and page of datatable js product.