topSplit
defines the number of rows that will be “frozen” at the top of datagrid
let topSplit: number
Example
Section titled “Example”webix.grid({ topSplit:2 // 2 rows will be frozen at the top});
Details
Section titled “Details”Note that the property will not be applied to DataGrid in the paging mode
See also
Section titled “See also”Articles