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
First, I want to say thank you to all the contributors in this project. I love this package so much and look forward for more cool features to come! :)
Here is the question I have. I found that if htmlwidgets are not the same in parent and child table, the widgets in the child table will not show up. It is just blank. Is there any way to allow different htmlwidgets in nested table?
This is the example that I used sparkline in parent table and plotly in child table.
This should've worked, but there was a bug in the package that caused HTML dependencies of nested tables to be ignored. This should now be fixed in the development version if you want to try it out (768ed43).
If you can't use the development version, a workaround would be something similar to the second example - to render the widget somewhere else on the page so that its dependencies are present.
First, I want to say thank you to all the contributors in this project. I love this package so much and look forward for more cool features to come! :)
Here is the question I have. I found that if htmlwidgets are not the same in parent and child table, the widgets in the child table will not show up. It is just blank. Is there any way to allow different htmlwidgets in nested table?
This is the example that I used
sparkline
in parent table andplotly
in child table.If we use all
sparkline
or allplotly
, the plot will be shown up successfully.The text was updated successfully, but these errors were encountered: