Web Links in BF Tables

How do I make a URL in a table so that when the User clicks on it, the system opens up the url (e.g., www.google.ca) in another tab?

Use a slot in the table so that you can have custom HTML

In your HTML use and <a> tag or a <button to open the link in a new or same tab

Reference:
https://www.w3schools.com/html/html_links.asp

1 Like