We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4932159 commit 81ca529Copy full SHA for 81ca529
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/JupyterHtmlRenderer.kt
@@ -50,9 +50,9 @@ internal inline fun <reified T : Any> JupyterHtmlRenderer.render(
50
includeCss = true,
51
).plus(
52
df.toHTML(
53
- configuration = reifiedDisplayConfiguration,
+ // is added later to make sure it's put outside of potential iFrames
54
+ configuration = reifiedDisplayConfiguration.copy(enableFallbackStaticTables = false),
55
cellRenderer = contextRenderer,
- includeStatic = false, // is added later to make sure it's put outside of potential iFrames
56
) { footer }
57
).toJupyterHtmlData()
58
0 commit comments