0

Is it possible to include a expandable row in gt()/gtExtras() packages in R, just like we can create in reactable() package?

https://glin.github.io/reactable/articles/examples.html#expandable-row-details

This is my code:

library(gt)
library(gtExtras)   
library(htlmtools)
mtcars %>% select(cyl,mpg) %>% gt()

I woudl like to include h1("Title") tag inside a expandable row.

Any help?

Laura
  • 675
  • 10
  • 32
  • 1
    @akrun thanks for your time. Yes, I am working with gt package and It would be amazing to have this kind of effect. – Laura Jun 12 '22 at 17:04
  • 1
    I've been using gt package quite sometimes now can you produce a sample of what or how you want the result to look like. – Yomi.blaze93 Jun 12 '22 at 17:38
  • @user16087142 I just updated with a example from `reactable()`package – Laura Jun 12 '22 at 17:41

0 Answers0