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

2 replies·opened Jun 2, 2021
A
apradhanJun 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.

S
SemiColonWebSTAFFJun 3, 2021

Hello,

Thanks for reporting this. This appears to be related to the Bootstrap 5 update. Consider using the following CSS Code:

thead,
tbody,
tfoot,
tr,
td,
th {
    border-width: 1px;
}

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.

A
apradhanJun 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