Problem
I use the searchHighlight plugin in my project, everything except urls are highlighted properly, but when the query term matches the url, the search did apply, but the highlighting is not working.
Simple repro:
The problematic column:
render: (data) => {
if (!data) return "";
return <a href="${data}" target="_blank" rel="noopener noreferrer" style="cursor: pointer; text-decoration: underline;"> ${data} </a>;
},
example table url: "https://etherscan.io/", query "et"