According to syncfusion documentation, in order to use stacked header columns, we must use
columns property on relevant
<e-column> tags.
(link: https://ej2.syncfusion.com/angular/documentation/grid/columns/#resize-stacked-column)
Is there any other way to accomplish it? (i mean without using columns property)
I tried something like:
And it didn't work as expected.
As for the reason why, basically, the data and columns are dynamic and the implemention of the grid is complex (uses headerTemplate, template, aggregates, supports pagination, uses command columns, etc...).
My intention is not to alter the existing structure since it's used throughout the whole app.
Your assistance is much appreciated !