renderGroupCell not being triggered #3311
Unanswered
NickyAlfEdge
asked this question in
Q&A
Replies: 1 comment
-
Have you tried groupFormatter? Works for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have been building locally a solution using Vite and in doing so the renderGroupCell is working fine, however, when I move the solution over to using WebPack I am finding that the renderGroupCell column property is not being executed.
A simple,
console.log(props);
within the renderGroupCell shows that it is being executed when running with Vite, however, the log is not being reached when running via WebPack.Has anybody encountered anything similar to this?
Beta Was this translation helpful? Give feedback.
All reactions