grouping a table when linked to another ignores linking and builds groups on full dataset
Open
server
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 47
- Avg merge
- 13h 3m
- Merged PRs (30d)
- 110
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.