Skip to content

topSplit

defines the number of rows that will be “frozen” at the top of datagrid

let topSplit: number
webix.grid({
topSplit:2 // 2 rows will be frozen at the top
});

Note that the property will not be applied to DataGrid in the paging mode

Articles