Replies: 1 comment
-
|
Hi @reqyou the |
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.
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
Beta Was this translation helpful? Give feedback.
All reactions