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
Re-run the same script a second, third, fourth time...
Actual result
On subsequent runs extra column headers are added to the table:
NOTE: depending on the table shape the table might not be rendered at all unless the page is refreshed. Also combining table {} statements with println(...) intermittently results in the table not being displayed.
The text was updated successfully, but these errors were encountered:
Description
Subsequent runs of scripts containing
table{..}
breaks the UI.Steps to reproduce
Actual result
On subsequent runs extra column headers are added to the table:
NOTE: depending on the table shape the table might not be rendered at all unless the page is refreshed. Also combining
table {}
statements withprintln(...)
intermittently results in the table not being displayed.The text was updated successfully, but these errors were encountered: