web-client-ui
web-client-ui copied to clipboard
Deephaven Web Client UI
As a user I want more control over how this is rollups are displayed in rlation to #1555. For some tables it doesn't make sense to use the new grouping...
See #1804 for rollup group behaviour. Expose as a dh.ui option.
"Show extra "group" column". Could be displayed after "String" options, as an option for "Roll-up". Should also be settable as a prop from the server by default. See #1804 for...
I attempted to install @deephaven/utils in the vscode-deephaven extension and get a number of errors: It looks like there are at least 2 classes of errors here: - Incompatible `CustomEvent`...
As a user, I want to quickly find out what Python/Goovy version my console is running in so that it makes it easier for me to debug potential problems caused...
I'm able to get some DH (UI plugin) components to completely stop rendering. It happens during normal operation as I'm tabbing between views, but to illustrate it faster, I can...
As a user, I want automatic code formatting in my notebooks so that my code looks pretty. I would like to have formatting applied by something like black: https://github.com/psf/black. Ruff...
I noticed a situation on a server-sorted table where the text colors on a float column of near zero values was flashing as I moved my mouse over the float...
Run this snippet in Legacy Groovy DHE to open an empty `NestedPartitionedDiskBackedTable`: ``` t3 = db.i("LearnDeephaven", "StockQuotes") ``` Click on a column to sort. Expected: - Partition selector stays visible...
Run this snippet in Legacy Groovy DHE to open a NestedPartitionedDiskBackedTable: ``` t2 = db.t("LearnDeephaven", "StockQuotes") ``` The panel initially opens with 2 disabled buttons - `Partitions` and `Coalesce`. The...