Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPIC: Implement PartitionedTable to replace SmartKey+TableMap #1762

Closed
pete-petey opened this issue Dec 29, 2021 · 2 comments · Fixed by #3243
Closed

EPIC: Implement PartitionedTable to replace SmartKey+TableMap #1762

pete-petey opened this issue Dec 29, 2021 · 2 comments · Fixed by #3243
Assignees
Labels
Milestone

Comments

@pete-petey
Copy link
Member

No description provided.

@pete-petey pete-petey added epic Feature Epic (User Story) smart-key labels Dec 29, 2021
@pete-petey pete-petey added this to the Jan 2022 milestone Dec 29, 2021
@pete-petey
Copy link
Member Author

Use cases that are vital to support:
-- A good experience around table maps and partitionBy().
-- Support plotBy().
-- In this order the user will care about: RollUps, TreeTables, Pivots.

@niloc132
Copy link
Member

See also #37, #62, #64, #65

@pete-petey pete-petey modified the milestones: Jan 2022, April 2022 Apr 15, 2022
@rcaudy rcaudy changed the title EPIC: Implement Smart-Keys and Table-Maps EPIC: Implement PartitionedTable to replace SmartKey+TableMap May 17, 2022
@pete-petey pete-petey modified the milestones: Apr 2022, Sept 2022 Aug 16, 2022
mofojed pushed a commit that referenced this issue Feb 1, 2024
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.61.0

# [0.61.0](deephaven/web-client-ui@v0.60.0...v0.61.0) (2024-02-01)


### Bug Fixes

* Made WidgetComponentProps generic ([#1760](deephaven/web-client-ui#1760)) ([8cb0a10](deephaven/web-client-ui@8cb0a10))
* missing react key on settings menu fragment ([#1757](deephaven/web-client-ui#1757)) ([b14b714](deephaven/web-client-ui@b14b714))


### Features

* Added dashboard-core-plugins to remote-component list ([#1762](deephaven/web-client-ui#1762)) ([3194c4b](deephaven/web-client-ui@3194c4b))
* allow themes to use any srgb color for definitions ([#1756](deephaven/web-client-ui#1756)) ([b047fa3](deephaven/web-client-ui@b047fa3))
* DH-16336: usePickerWithSelectedValues - boolean flags should be calculated based on trimmed search text ([#1750](deephaven/web-client-ui#1750)) ([228f34d](deephaven/web-client-ui@228f34d))


### BREAKING CHANGES

* - IrisGridThemeContext no longer accepts a paritial theme. By
guaranteeing the provider is a full theme we can resolve the CSS
variables and normailze the colors only once per theme load globally,
rather than having to do it once per grid.
- Themes must be defined using valid srgb CSS colors, and not hsl raw
component values
* `usePickerWithSelectedValues` now takes an object as an
argument instead of positional args

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants