Closed jafwatt closed 5 years ago
@jafwatt I can not reproduce this issue, can you give me a simple and minimal example here or codesandbox.io? In addition, what is when checkbox selection enabled, you mean you have selectRow
with multiple selection? Please give me more information,. thanks
Thanks for the quick response @AllenFang. It was a problem with my lifecycle events causing the constant rendering and not anything to do with the table.
I've only just started using this component but I like it a lot. Unfortunately I've already encountered an issue where my column formatter function is getting called in an infinite loop. This only happens when I enable row selection.
Here's my render method:
Here's my column formatter function:
I can provide a screenshot of my browsers console showing the
workPackageSkillsetFormatter
function being called infinitely.