It looks like afterRender is fired 3 times when I use the mergeCells setting (and only once without). I find it a bit weird. Is this a known issue or normal behavior?
afterRender fired multiple times with mergeCells
Hey @vincentpazeller
mergeCells
fired on data so it cannot run on the initialization. That’s why it needs an extra render.