Hello, is there a way to define a multirow header using just the XML, or do I need to call the attachHeader method? Same question for the frozen column.
Thanks,
Scott
Hello, is there a way to define a multirow header using just the XML, or do I need to call the attachHeader method? Same question for the frozen column.
Thanks,
Scott
You need to call attachHeader method.
But you may call it from the xml.
[code]
Column label
One more label
Combo
Thanks sematik, I’ll try that.