-
|
Hi, we're using the AnalyticalTable component in our project with grouping capabilities. Is there a way to implement "expand/collapse all" out of the box? If not, could you please help us by providing suggestions to achieve this behavior performance wise? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
Lukas742
Mar 25, 2026
Replies: 1 comment 1 reply
-
|
Hi @divier320 you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
divier320
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @divier320
you can use the
reactTableOptions.initialStatein combination with thetoggleAllRowsExpandedtable instance function. Example: https://stackblitz.com/edit/github-vmby3fmq?file=src%2FApp.tsx