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
Create an input table, example:
from deephaven import input_table from deephaven import dtypes as dht my_col_defs = { "Integers": dht.int32, "Doubles": dht.double, "Strings": dht.string } result = input_table(col_defs=my_col_defs, key_cols="Integers")
Steps to reproduce
Expected results
The cell should have the contents still., and the cursor should be at the end of the cell.
Actual results
Contents of the cell are getting cleared.
Additional details and attachments
Regression maybe happened during typescript conversion?
Versions
Engine Version: 0.21.0 Web UI Version: 0.28.0 Java Version: 17.0.6 Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered:
Note: this should be treated as a blocker for silverheels as it significantly degrades users ability to edit input tables.
Sorry, something went wrong.
fix: add missing return for editvalueforcell, missing from TS conversion
5e07f61
fixes #1087
fix: add missing return for editvalueforcell, missing from TS convers…
1b00840
…ion (#1090) fixes #1087
dsmmcken
Successfully merging a pull request may close this issue.
Description
Create an input table, example:
Steps to reproduce
Expected results
The cell should have the contents still., and the cursor should be at the end of the cell.
Actual results
Contents of the cell are getting cleared.
Additional details and attachments
Regression maybe happened during typescript conversion?
Versions
Engine Version: 0.21.0
Web UI Version: 0.28.0
Java Version: 17.0.6
Barrage Version: 0.5.0
The text was updated successfully, but these errors were encountered: