-
**Description**
According to our [table types conceptual guide](https://deephaven.io/core/docs/conceptual/table-types/#blink):
```
Aggregation operations such as [agg_by](https://deephave…
-
It appears that the following test is sometimes failing:
```
2023-11-08T18:52:13.9139040Z io.deephaven.client.impl.TableServiceAsyncTest > longChainAsyncExportOnlyLast FAILED
2023-11-08T18:52:13.…
-
https://github.com/apache/parquet-testing/tree/master/data has a bunch of parquet files for testing purposes.
DH is able to read [hadoop_lz4_compressed.parquet](https://github.com/apache/parquet-te…
-
Selecting every other row in a table via (ctrl/cmd) results in the selection bg color getting less and less transparent. I am going to guess we are re-drawing the same selection over and over incorrec…
-
We export all our reducers from `@deephaven/redux`: https://github.com/deephaven/web-client-ui/blob/c24d1911aa97d13ece3bebfae41b9ec75f33f580/packages/redux/src/index.ts#L5
However, in the `@deephav…
-
We could update this to use the new plugin API.
-
**Description**
The panel tooltip for `ChartPanel` has a spacing issue. This is apparent on both the DH plotting charts and plotly express charts (which just renders a `ChartPanel`)
![image](htt…
-
I'd prefer to write this with a map:
```
return (
{items.map((item, i) => (
))}
);
```
_Originally posted by @mofojed in https://github.com/deephaven/web…
-
**Description**
Given a table and a scroll position at the top of the table, filtering to a result of less than a full viewport, then clearing the filter sets the table to isStuckToBottom (and furt…
-
**Description**
A scroll bar is present on the right hand side of a cell in an input table while data is being entered.
**Steps to reproduce**
Create an input table and enter data.
…