timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
51 stars 6 forks source link

Linking table clicks to other tables and dashboards #233

Open ryanhamilton opened 1 month ago

ryanhamilton commented 1 month ago

user-ab

A few scenarios I want to be able to do. Click on a row within a sheet and:

  1. Show a table of related data. e.g. For one order show all the related trades.
  2. Link to a separate sheet and show the related trades.
  3. Link to a separate dashboard and show the related trades.
  4. Link to an external system and show the related trades. As well as on click, it would be best to have the same ability on right click.
ryanhamilton commented 1 month ago

Good request. Some of this is available today with event handlers: https://www.timestored.com/pulse/help/chart-click-events But really we need to document all these scenarios all on one page as it seems obvious a user would want to choose amongst these options.