When I do
console.log('http://example.com');
what is logged in the console is a clickable link. But when I use console.table() no matter what I do it is shown as a string. I even tried to set HtmlElement for the value but still, it is being converted to a string. but when a column value is a number, it is being displayed as a number, so obviously it doesn't just convert everything to string.
Is there a possible way to add a link?