The bootstrap " table-bordered " is not working in the HTML theme. Is there an other option to show this instead of hard-coding custom css?
I see, is it possible to add it now with a work around?
Hi,
Can you please edit core/html/src/sass/components/_tables.scss
and change the first class filter from:
// Table
.table {
}
// Table
.table:not(.table-bordered) {
}
Hi,
Here you can check all available table border styles. We will revise the original Bootstrap 5 bordered style in the next update. Currently, Metronic's custom style overrides Bootsrap's original bordered style.
Regards.