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')
- 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
Actual results

Additional details and attachments
Versions
- Web UI Version: 0.24.2
- OS: Mac
- Browser: Edge
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')
Expected results
Actual results

Additional details and attachments
Versions