Skip to content

Unable to display itables in a Quarto Dashboard. #11229

Answered by mhusted
mhusted asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out after doing some testing. I was able to get it to work with this:

```{python}
#| title: Table 
@render.ui
def dataview():
    data = filtered_penguins()
    return ui.HTML(itables.to_html_datatable(data))
```

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mhusted
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mhusted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment