[Feature]: use HTML ‘a’ element for table widget URL type column values #37174
Labels
Enhancement
New feature or request
Table Widget
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
Summary
Change the implementation of the table widget’s URL type columns to use a HTML
a
(anchor) element, so that users can benefit from web browser functionality for using hyperlinks.Why should this be worked on?
Web browsers provide functionality for HTML links that don’t work for URLs in the table widget:
What’s worse is that URL type values currently open in a new tab, which users hate. Instead, use an HTML link without a
target
attribute, so the user can decide whether to open the link in a new tab.If anyone actually wants links to open in a new tab, despite the bad UX, this should be an option that defaults to not doing this, as in HTML.
The text was updated successfully, but these errors were encountered: