How to access current column for onBeforeRowHeaderDomAdd?
11 months ago.
Hello,
When we provide multiple columns for left sidebar, ie:
rowHeaderColumns: [{ id: firstColumn }, { id: secondColumn }]
Is there a way to access which column are we rendering row header’s content for?
While not obvious, it seems like `args.x` is the current column index being rendered.
DayPilot