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
Hi there, great package! I'm curious if you'll offer support for cross-referencing tables in RMarkdown documents rendered in HTML. Something like this perhaps:
Here's a cross-reference for Table \@ref(tab:mytable).
```{r}
reactable(iris, label = "mytable")
```