Description
If you create a custom column on a table with an invalid name, an error is thrown and the panel errors out
Steps to reproduce
- Create a table. E.g. in Python
from deephaven import new_table
from deephaven.column import string_col
table = new_table([
string_col("Short", ["A" , "B", "C", "D"]),
])
- Create a custom column from the table sidebar with an invalid name. E.g. "test name" which has a space and is not allowed
Expected results
- Error message in the input
Actual results
- Panel catches error and displays error state
Additional details and attachments
Should also check the column name does not exist in addition to being valid
Versions
Description
If you create a custom column on a table with an invalid name, an error is thrown and the panel errors out
Steps to reproduce
Expected results
Actual results
Additional details and attachments
Should also check the column name does not exist in addition to being valid
Versions