component-datatable.html not showing borderline on the left side of the table

2 replies · opened Jun 2, 2021

AapradhanJun 2, 2021

I am using the latest version of canvas. component-datatable.html not showing borderline on the left side of the table. see the screenshot attached.

SSemicolon WebSTAFFJun 3, 2021

Hello,

Thanks for reporting this. This appears to be related to the Bootstrap 5 update. Consider using the following CSS Code:
[ch_pre type="css"]thead,
tbody,
tfoot,
tr,
td,
th {
border-width: 1px;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

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

AapradhanJun 3, 2021

thanks that works

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