web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

Deephaven Web Client UI

Results 138 web-client-ui issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`...

bug

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...

enhancement

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...

bug

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...

enhancement

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...

bug

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...

bug

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...

bug