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

grouping a table when linked to another ignores linking and builds groups on full dataset #320

Open
heswell opened this issue Nov 14, 2022 · 0 comments
Assignees
Labels

Comments

@heswell
Copy link
Contributor

heswell commented Nov 14, 2022

Bug Report

Steps to Reproduce:

link childOrders to parentOrders
select a row from parentOrders, typically whittles childOrders down to a few hundred rows
group childOrders by exchange

Expected Result:

the grouped rows still represent the rows associated with the selecte dparent

Actual Result:

the groups are built from the entire table

@heswell heswell added the server label Nov 14, 2022
@heswell heswell assigned heswell and chrisjstevo and unassigned heswell and chrisjstevo Nov 14, 2022
junaidzm13 pushed a commit to junaidzm13/vuu that referenced this issue Jan 5, 2024
…r props and fix React18 focus bugs (finos#320)

Signed-off-by: joshwooding <12938082+joshwooding@users.noreply.github.com>
junaidzm13 pushed a commit to junaidzm13/vuu that referenced this issue Jan 8, 2024
Squashed commits from salt-ds:
Initial Commit
[WIP] Characteristics design tokens (#4)
Css design tokens (finos#8)
include 'color' in color foundation token (finos#13)
Miscellaneous css fixes
update package names to reflect temporary name (finos#53)
Characteristic/Foundations story docs and design updates (finos#35)
Refactor layer components (finos#48)
Apply CharPalette (finos#46)
characteristics updates (finos#118)
Move Tooltip, Portal and Window to core (finos#198)
Move FormField and FormFieldContext to Core (finos#204)
List refactor, Dropdown refactor, ComboBox refactor, Tabs refactor, Toolbar refactor, Tree component (finos#10)
Migrate from dayjs to @internationalized/date, change initial Calendar props and fix React18 focus bugs (finos#320)
Update Calendar stories, unselectable states, year traversal logic and add tooltips to the next and previous buttons (finos#70)
Characteristics: text font size token updates (finos#323)
Remove component name classes when tokens are density dependent (finos#376)
Move layer and deck layout components to core (finos#391)
Rename props and types in components related to StatusIcon (finos#410)
Rename import from src to fix TS error when using `skipLibCheck` false (finos#362)
Backwards compat styling standardisation 2 (finos#441)
Update react monorepo to v18 (major) (finos#444)
Remove backwards compatibility and some custom style stories (finos#631)
Rename caption to label variant; move help text token to editable (finos#683)
Characteristic changes to align with data grid (finos#674)
Removal of emphasis concept (finos#757)
Remove selectable default and primary foreground tokens (finos#844)
Move components we aren't publishing out of core (finos#895)
Rename packages (finos#877)
Big rename (finos#916)
Replace classnames with clsx (finos#1031)
Tooltip refactor (finos#1080)
Move Tooltip to core (finos#1084)
Update custom-property-no-foundations lint rule (finos#1319)
Add Style injection system (#1697)
Theme 1.0 updates (#2571)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants