Skip to content
Discussion options

You must be logged in to vote

Ok, I figured it out by adding a custom groupingFn to check if cell value was an array using the defaultGroupFn as a base and passing it into the instance of useTable. I did make wrap it in useCallback() vs useMemo() so I could pass parameters to it. I then also had to adjust my cell render to use the groupByVal vs the actual cell's value.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jhaaken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant