Hello,
I’ve found an old post on this forum stating that splitAt and colspan are not compatible together.
I’ve tested on the sample page dhtmlx.com/docs/products/dhtmlxG … iline.html, and tried to manually put in the console the following code
myGrid.setColspan(1, 0, 2)
Indeed, it didn’t work.
The only workaround I found was to change the colspan of the DOM
Is there any plan to support colspan in the frozen part of the grid?
Or any other workaround? (note : our grid uses splitAt, multirow and colspan)
Thanks,