Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.7.0
-
None
Description
When displaying a table with embedded html, not all rows are being rendered if the row heights are large.
For examle:
Table with html
println(s"""%table Image\tNumber %html <div style="height:400px;width:400px;background-color:blue;" />\t100 %html <div style="height:400px;width:400px;background-color:red;" />\t100 %html <div style="height:400px;width:400px;background-color:green;" />\t100 """)
This example will only render the first row. But all rows are rendered if the size of the last row is changed:
Table with html
println(s"""%table Image\tNumber %html <div style="height:400px;width:400px;background-color:blue;" />\t100 %html <div style="height:400px;width:400px;background-color:red;" />\t100 %html <div style="height:20px;width:20px;background-color:green;" />\t100 """)
Attachments
Attachments
Issue Links
- is required by
-
ZEPPELIN-1915 [Umbrella] Improve built-in visualizations
- Open