scroll
enables or disables scroll for the datagrid
let scroll: boolean|string
default value: true
Values
Section titled “Values”- “y” (true) - enables vertical scroll
- “x” - enables horizontal scroll
- “xy” - enables both scrolls
- false - disables both scrolls
Example
Section titled “Example”webix.grid({ scroll:false});
Details
Section titled “Details”Enabled by default.
See also
Section titled “See also”Articles
API