Skip to content

IrisGrid throws error if given table with no columns #1169

@bmingles

Description

@bmingles

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
image

Versions

Engine Version: 0.22.0
Web UI Version: 0.31.1
Java Version: 17.0.6
Barrage Version: 0.5.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriageIssue requires triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions