You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: