Product id grid column needs to link to product details page.
I am using ag-grid cellRenderer option to return component which will go to product details page.
cellRenderer: (params) => { return ( {params.value}); } My routing is:
I just need a link in that cell that will direct me to the details page.