Please check this demo
cellRenderer: function(params) {
return '<a href="https://www.google.com" target="_blank" rel="noopener">'+ params.value+'</a>'
}
In this demo, the cell value for the column ‘city’ is a hyperlink.
Please check this demo
cellRenderer: function(params) {
return '<a href="https://www.google.com" target="_blank" rel="noopener">'+ params.value+'</a>'
}
In this demo, the cell value for the column ‘city’ is a hyperlink.