Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Bootstrap - Table

Back


Table

Class Description
table basic table markup
table table-{color} color of tables
table table-striped add zebra-striping to any table row
table table-striped-columns add zebra-striping to any table column
table table-hover enable a hover state
table table-bordered borders on all sides
table table-bordered border-primary costumized border color
table table-borderless without borders
<tbody class="table-group-divider"> Add a thicker border, darker between table groups

TOP