scrollX
enables/disables horizontal scrolling
let scrollX: boolean
default value: true
Example
Section titled “Example”webix.grid({ scrollX:false, ...})
also check the next samples:
Details
Section titled “Details”By default, horizontal scrolling is enabled. It will be disabled automatically if you set the autowidth parameter to true.
See also
Section titled “See also”Articles
API