We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
IrisGrid throws a .js error if given a table with no columns.
This is the underlying cause of https://deephaven.atlassian.net/browse/DH-14436
Steps to reproduce Create a table with no columns
from deephaven import empty_table x = empty_table(10)
Expected results Table panel should load without error but show no columns or rows
Actual results
Versions
Engine Version: 0.22.0 Web UI Version: 0.31.1 Java Version: 17.0.6 Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered:
Handling no columns
740ea9b
deephaven#1169
fix: Handling no columns (#1170)
2ac25ae
Added graceful handling to IrisGrid for tables with no columns. fixes #1169
fix: Handling no columns (deephaven#1170)
17f7431
Added graceful handling to IrisGrid for tables with no columns. fixes deephaven#1169
5f1b3f9
fix: DH-14436 Handling no columns (#1170) (#1179)
a7498d5
Cherry-pick #1170 Added graceful handling to IrisGrid for tables with no columns. fixes #1169 Co-authored-by: Brian Ingles <brianingles@deephaven.io>
bmingles
Successfully merging a pull request may close this issue.
Description
IrisGrid throws a .js error if given a table with no columns.
This is the underlying cause of
https://deephaven.atlassian.net/browse/DH-14436
Steps to reproduce
Create a table with no columns
Expected results
Table panel should load without error but show no columns or rows
Actual results
Versions
Engine Version: 0.22.0
Web UI Version: 0.31.1
Java Version: 17.0.6
Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered: