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 links generated with @click quite a lot in my app. The default is to show with underline.
But when I add them inside a DataTable, these same links are not underlined it seems.
It's only when I hover over the link does the underline appear, and that is due to:
link-style-hover
link-style, link-color, link-background appear to be ignored for @click links inside a DataTable.
Is there something special about how DataTable handles the CSS for links?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use links generated with @click quite a lot in my app. The default is to show with underline.
But when I add them inside a DataTable, these same links are not underlined it seems.
It's only when I hover over the link does the underline appear, and that is due to:
link-style-hover
link-style
,link-color
,link-background
appear to be ignored for @click links inside a DataTable.Is there something special about how DataTable handles the CSS for links?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions