Hi There.
I find that for a fixed column, if you assigned a renderer to its cell, you will see the render is called twice for these cells.
To reproduce this, I tweaked the office demo a bit
- The first two columns are fixed
- The first column is assigned with a imageFormatRenderer
- The data part has only one row.
Notice the log ‘in image renderer’ will be printed twice.
And the ‘td’ is the same DOM element.
Is this an expected behavior?
If yes, please put a reference to this behavior in documentation, otherwise it is error prone.