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
Hey,
is it possible that expanded is missing in the controlled state from AnalyticalTable?
If I check your AnalyticalTableState definition I see expanded, if I check state in useControlledState it seems also that expanded is applied, but its not applied to the component?
I would like to set expanded to true by default, so that all grouped columns are expanded like mentioned in the tanStack doc https://tanstack.com/table/v8/docs/api/features/expanding, which is also working nicely when I use directly the tan stack implementation. I would like to avoid calling toggleAllRowsExpanded on each update, to make sure that everything is expanded.
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.
Uh oh!
There was an error while loading. Please reload this page.
Hey,
is it possible that
expandedis missing in the controlled state from AnalyticalTable?If I check your
AnalyticalTableStatedefinition I seeexpanded, if I checkstateinuseControlledStateit seems also thatexpandedis applied, but its not applied to the component?I would like to set
expandedtotrueby default, so that all grouped columns are expanded like mentioned in the tanStack doc https://tanstack.com/table/v8/docs/api/features/expanding, which is also working nicely when I use directly the tan stack implementation. I would like to avoid callingtoggleAllRowsExpandedon each update, to make sure that everything is expanded.Best,
reQ
All reactions