link in datatable

1 reply · opened May 8, 2023

Bbrano099May 8, 2023

Hi, i'd like to add "text-underline" class to the "a href" link in datatable
how can i do it?
Thank you

<tr>
<td>syndrome</td>
<td>
273750
</td>
</tr>

SSemicolon WebSTAFFMay 9, 2023

Hello,

Simply adding the .text-decoration-underline Class to the `` Tag should work fine. Or adding this CSS Code:
[ch_pre].table td a {
text-decoration: underline !important;
}[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard