defines the number of rows that will be "frozen" at the top of datatable
Available only in PRO Edition
webix.ui({
view:"datatable",
topSplit:2 // 2 rows will be frozen at the top
});
Note that the property will not be applied to Datatable with Pager.