Upon click of a node need to see the respective DB or table page for its activities

Hi,
Using Graphic link model and events, tried to add click events, but can’t redirect to any of the DB or its activities page in table form which is already available in angular.
Only need to redirect to a table upon click of a node.
If am not wrong routing is not required and can be done with property and event binding. Request to suggest the topic or API related to my issue.
Thanks,
Ganesh

You can implement a click event handler on your Node template to fetch whatever data you like, and once it arrives you can then show it however you like.

It is true that routing is not required, but it can be used if appropriate.