Having trouble making the router link interact with Ag grid.
When I use the router link ="url"
, it always takes me to a different page every time I click on anything in the grid. What I really want is for clicking on an individual row to redirect me to another page containing its Id.
Would it be possible to utilize the rowSelected
event for navigation or incorporate RouterLink
in the .ts file instead?