debabratapatra / angular-tree-grid

Angular 10 Tree Grid
https://curiouslinks.com/pages/angular-tree-grid/demo
MIT License
31 stars 17 forks source link

How to add Routing where when i click on specific item it navigate to other Page #49

Closed avinashkonduri closed 2 years ago

avinashkonduri commented 3 years ago

image As you see in the above image i have Counts 10 and 5 when i click on count 10 i need to pass a count to new route where i can see all 10 users

debabratapatra commented 3 years ago

@avinashkonduri You can create a custom component for that.

avinashkonduri commented 3 years ago

@debabratapatra thank for the response but actually my question is little different, how do i add routing in configuration image <db-angular-tree-grid #angularGrid [data]="data" [configs]="configs"> this my binding this is my config, can you give me an example i want to make it as router link?

debabratapatra commented 3 years ago

Sorry for delayed response. You can use renderer to create a link or a custom component.