Angular support the opening of various pages/screens via "deep routes" or "deep linking, so that a specific entity can be loaded via an ID included in the URL path.
This will allow users to go to the url /identities/some-ziti-id, and open the identity edit page with the details of a specific identity already loaded on the page.
Also wrapped the "name" cell render with an anchor tag to allow the "open in new tab" behavior via browser context menu.
Angular support the opening of various pages/screens via "deep routes" or "deep linking, so that a specific entity can be loaded via an ID included in the URL path.
This will allow users to go to the url
/identities/some-ziti-id
, and open the identity edit page with the details of a specific identity already loaded on the page.Also wrapped the "name" cell render with an anchor tag to allow the "open in new tab" behavior via browser context menu.