You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
The text was updated successfully, but these errors were encountered: