Hi,
trying to implement colspan as shown in this example: http://docs.webix.com/samples/60_pro/01_datatable/06_api/12_group_columns.html
After adding colspan: 2 to my Column, I get a type-error:
Error in building grid TypeError: Cannot read property ‘header’ of undefined
at result._normalize_headers (webix_debug.js??1478781641535:18610)
at result._define_structure (webix_debug.js??1478781641535:18466)
at result.render (webix_debug.js??1478781641535:18359)
at result._first_render (webix_debug.js??1478781641535:18336)
at result (webix_debug.js??1478781641535:234)
at new t (webix_debug.js??1478781641535:170)
at Function.ui._view (webix_debug.js??1478781641535:4689)
at Object.webix.ui (webix_debug.js??1478781641535:4429)
at GUV.js??1478781641535:388
at a (client.js??1478781641535:55)
Any suggestions?