Closed nate-ni closed 1 year ago
As part of a PR adding a new hyperlink column to a legacy grid I came up with this search to find existing SLE hyperlink column code. It would be good to mine those uses for more requirements but here are a few that I noticed we'll need to consider:
😯 Problem to Solve
For some columns in the table, there is a need to show an item as a hyperlink. Typically, this hyperlink will route to a new URL.
The user should be able to easily configure a static or dynamic URL for the table cell. The user should be able to open the URL in a variety of locations similar to a typically href (_blank, _self, etc.)
💁 Proposed Solution
For now, we don't need to indicate that a URL is to an external URL. This should be handled as part of a holistic enhancement to the anchor. Assumption: The hyperlink will likely appear like a
nimble-anchor
, but refer to the visual design for finalized directionOpen Questions
Design