Skip to content

quarto use cross-reference for reactable #782

Answered by jjallaire
Liripo asked this question in Q&A
Discussion options

You must be logged in to vote

Currently since the HTML output by reactable isn't actually a table, we can only cross-reference it as a "figure":

```{r}
#| label: fig-table
#| fig-cap: "My Table"

library(reactable)
reactable(iris)
```

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Liripo
Comment options

@jjallaire
Comment options

@canholyavkin
Comment options

Answer selected by Liripo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants