Skip to content

Commit a80c6fc

Browse files
authored
revert: Revert "feat: Table rendering support for databars (deephaven#1212)" (deephaven#1296)
This reverts commit a17cc0e. - Noticed an issue when changing filters on a table with a string column which would cause `null` to be flashed in. Caused by the databar changes. We don't need the databars for this release so just reverting that change for now. ![Table shows null to start](https://github.com/deephaven/web-client-ui/assets/4505624/ced45b58-9caf-4f9e-8ffc-3218294db300)
1 parent 29ed459 commit a80c6fc

27 files changed

Lines changed: 668 additions & 2081 deletions

packages/code-studio/src/styleguide/Grids.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import StaticExample from './grid-examples/StaticExample';
1313
import QuadrillionExample from './grid-examples/QuadrillionExample';
1414
import TreeExample from './grid-examples/TreeExample';
1515
import AsyncExample from './grid-examples/AsyncExample';
16-
import DataBarExample from './grid-examples/DataBarExample';
1716

1817
function Grids(): ReactElement {
1918
const [irisGridModel] = useState(
@@ -35,10 +34,6 @@ function Grids(): ReactElement {
3534
<div style={{ height: 200 }}>
3635
<StaticExample />
3736
</div>
38-
<h2 className="ui-title">Data Bar</h2>
39-
<div style={{ height: 500 }}>
40-
<DataBarExample />
41-
</div>
4237
<h2 className="ui-title">Quadrillion rows and columns</h2>
4338
<div style={{ height: 500, position: 'relative' }}>
4439
<QuadrillionExample />

packages/code-studio/src/styleguide/grid-examples/DataBarExample.tsx

Lines changed: 0 additions & 123 deletions
This file was deleted.

packages/grid/src/CellRenderer.ts

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)