diff --git a/docs/get-started/display-export.qmd b/docs/get-started/display-export.qmd index d0a554d..a1b84b1 100644 --- a/docs/get-started/display-export.qmd +++ b/docs/get-started/display-export.qmd @@ -72,6 +72,8 @@ Notice two important pieces: * `h3()` allows setting the html style attribute using the `style=` argument. * `to_widget()` is necessary to convert htmltools objects with reactable tables inside them, into a widget that can be displayed in the notebook. +See ["Using reactable with htmltools"](./extra-htmltools.qmd) for more examples. + ## Using with ipyreact