Skip to content

scrollAlignY

enables/disables scrolling the grid just by whole rows (i.e. you won’t be allowed to scroll along the full length of rows)

let scrollAlignY: boolean
webix.grid({
scrollAlignY:false,
...
});

also check the next samples:

By default, the parameter is enabled.

Articles

API