Closed avinashkonduri closed 2 years ago
@avinashkonduri You can create a custom component for that.
@debabratapatra thank for the response but actually my question is little different, how do i add routing in configuration <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?
Sorry for delayed response. You can use renderer
to create a link or a custom component.
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