expand/ collapse rows similiar to react table #1576
Closed
alejandrohagan
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
In the upcoming (and current dev) gt 0.11.0, you can do: mtcars |> gt::gt(groupname_col = "vs") |> gt::opt_interactive() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies if this is repeat, I tried my best to search but couldn't find an open discussion topic or issue on this.
are there any plans to do collapase / expand rows similiar to the reactable table package?
I think that would be extremely helpful!
Beta Was this translation helpful? Give feedback.
All reactions