[Bug report] Datatable: leftSplit breaks the header colspan

Hi, I’ve noticed that when I use ‘colspan’ in the headers and then ‘leftSplit’, the header breaks. Could you please check this?

https://snippet.webix.com/2xm4ygw1

In the example ‘leftSplit’ is commented out, if you uncomment it you will be able to see the problem.

Hello Leo_Combes,

It is not a bug, it is a limitation and incompatible configuration settings, since colspan is a solid div tag, and all spans are drawn on top of the cells. So colspan property is incompatible with split.

Ok, thanks for the explanation!