fires when a column is initialized
webix.ui({ view:"spreadsheet", toolbar:"full", data:spreadsheet_data, on:{ onColumnInit: col => { col.header.text = "text "+ col.id; } } });