Documentation

scroll

enables or disables scroll for the datatable

boolean scroll;

Example

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

See also

Details

Enabled by default

Back to top