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.