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 Related to #1276
When creating a column with a very long name, and the column width is larger than the table viewport, weird behaviour occurs.
Steps to reproduce
from deephaven import new_table from deephaven.column import string_col, int_col result = new_table([ int_col("I1", [1, 2, 3]), int_col("I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I23", [4, 5, 6]), ]) 2. Scroll the table horizontally 3. Drag column headers to re-order them
Expected results 2. Scrolling should work 3. Should be able to re-arrange columns
Actual results 2. Scrolling gets wonky 3. Re-arranging columns is wonky
Additional details and attachments
Versions
Engine Version: 0.24.0 Web UI Version: 0.34.0 Java Version: 11.0.17 Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered:
make the viewport really small and then try re-arranging
Sorry, something went wrong.
ethanalvizo
No branches or pull requests
Description
Related to #1276
When creating a column with a very long name, and the column width is larger than the table viewport, weird behaviour occurs.
Steps to reproduce
Expected results
2. Scrolling should work
3. Should be able to re-arrange columns
Actual results
2. Scrolling gets wonky
3. Re-arranging columns is wonky
Additional details and attachments
Versions
Engine Version: 0.24.0
Web UI Version: 0.34.0
Java Version: 11.0.17
Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered: