Replies: 1 comment
-
In my case I use external parents object for aggregated values, so I need groupByID, groupByVal, column. The only way I found is to use Aggregated renderer, but it's quite tricky. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
according to the docs the aggregation function has the following signature:
https://react-table-omega.vercel.app/docs/api/useGroupBy
I'm currently implementing some custom aggregation functions and I would needs access to the column itself. e.g. the
aggregateValue
function gets as an additional argument the column. I'd love to have such an argument also in this function. My use case is that, I'm also computing some global statistics for each column and want to access them while creating the aggregate.Beta Was this translation helpful? Give feedback.
All reactions