Demo linked filtering across multiple tables
Common usecase to want to select/filter on a data set and see related data in another data sete.g. When user selecting client, see all orders related to client, all executions related to order and so on
Create a demo to illustrate this
e.g. underlying name > parent order > child order
This is related https://github.com/finos/vuu/issues/1092 It's question about supporting linking for various tables for the basket demo
See following are related and need addressing as part of this https://github.com/finos/vuu/issues/490 https://github.com/finos/vuu/issues/1092
Checklist to be able to do multiple tables (for BasketTrading -> BasketTrading; BasketTrading -> BasketTradingConstituentJoin)
- [x] Able to link on the same kind of table (different instance of viewport) - i.e. BasketTrading to BasketTrading
- [x] Able to link join table to parent table
- [ ] (Able to link on the same kind of table) when right click should only show other instances tables