You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, I can do my own aggregation and grouping with some combination of getSubRows and AggregatedCell. But there are a number of moving parts here:
I think I'm supposed to define either getSubRows or getExpandedRowModel, but not both. But I'm not sure. Both MRT and Tanstack Table docs are light on details here. Does anyone have a working example of this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In theory, I can do my own aggregation and grouping with some combination of
getSubRows
andAggregatedCell
. But there are a number of moving parts here:enableExpanding
getSubRows
manualExpanding
getExpandedRowModel
I think I'm supposed to define either
getSubRows
orgetExpandedRowModel
, but not both. But I'm not sure. Both MRT and Tanstack Table docs are light on details here. Does anyone have a working example of this?Beta Was this translation helpful? Give feedback.
All reactions