Mike Bender
Mike Bender
"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...
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...
**Description** You cannot add a row that contains any `null` values to an input table, even though those are valid values. Even when explicitly setting a `null` value, it does...
**Description** IrisGrid accepts a prop for `sorts` and a prop for `reverseType`: https://github.com/deephaven/web-client-ui/blob/58ee88dc92bfe9a283ebc789c93f23639a954ba3/packages/iris-grid/src/IrisGrid.tsx#L297 The `reverseType` prop accepts `pre-sort` or `post-sort` option: https://github.com/deephaven/web-client-ui/blob/58ee88dc92bfe9a283ebc789c93f23639a954ba3/packages/jsapi-utils/src/TableUtils.ts#L87 However, when it is actually applied in the...
Currently when we emit events, we simply call `eventHub.emit(eventName, ...)`, which does not offer any type protection. Similarly, we call `eventHub.on(eventName, callback)` which does not offer any type protection for...
Related to https://github.com/deephaven/deephaven-core/issues/5068 and https://github.com/deephaven/deephaven-core/pull/5532 Currently Web UI assumes file paths all use a `/` as a delimiter and start with a slash. On native Windows and in some other...
Right now ui.dashboards appear in the Panels list. We at least need a unique icon for dashboards, and should probably either rename that dropdown, or have a separate list for...
There is some scss in the golden layout theme which doesn't make sense as part of the scss override. For example: https://github.com/deephaven/web-client-ui/blob/cf1b368742a7700b08a8d2eda43671856913c9c7/packages/golden-layout/scss/goldenlayout-dark-theme.scss#L73 The "dark" theme scss should only have colour...
- Uses the file separator specified in the server config - Fixes #2046 - Add context `FileStorageContext` for getting the `FileStorage` BREAKING CHANGE: Implementations of `FileStorage` must now provide the...
Would like to be able to use accessibility features (such as screen reader) with Deephaven Grid.