This question is duplicated. But the old one is not answered I need to use React Router inside Cellrenderer method with Ag-grid.
Example
cellRenderer: function (params) {
return '<Link to="/customer/view/'+params.value+'">'+params.value+'</Link>'
}
I tried to use reactNext=true in the ag-grid props but no hope