Skip to content

Truncated Column Headers #1318

@ethanalvizo

Description

@ethanalvizo

Description

When creating tables with headers that aren't single characters, it is sometimes truncated rather than autosizing the column widths to fit the whole word.
Steps to reproduce
Create a new table with a column title a couple characters long (ex. 'strings' or 'doubles')

  1. Paste the following code into the console
from deephaven import new_table
from deephaven.column import string_col, double_col

result = new_table([
    string_col("Strings", ["Creating", "New", "Tables", "Tables", "New", "Creating"])
])

Expected results

image

Actual results
image

Additional details and attachments

Versions

  • Web UI Version: 0.24.2
  • OS: Mac
  • Browser: Edge

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