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
Example
Section titled “Example”webix.grid({ scrollAlignY:false, ...});
also check the next samples:
Details
Section titled “Details”By default, the parameter is enabled.
See also
Section titled “See also”Articles
API