[Bug]: Link should be rendered similarly to a button in Datatable > Toolbar setup #1916
Answered
by
brunnerh
Pierstoval
asked this question in
Q&A
-
When using the DataTable component and the default setup, we can use component to add an element, just like in the examples in the docs. However, elements are only there for JS-based interaction, and should not really open links.When you want to actually have a real link pointing to an URL, the element is not rendered with proper styling: Where can I go to fix this? Should I create a ticket on the |
Beta Was this translation helpful? Give feedback.
Answered by
brunnerh
Oct 17, 2023
Replies: 1 comment
-
Would just use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
metonym
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would just use a
Button
, they can act as links (they have ahref
property).Set it to
kind="ghost"
for less prominent look.