Bootstrap Tables

Styling tables with Bootstrap

Basic Table

.table # base table class
.table-striped # striped rows
.table-bordered # bordered table
.table-borderless # no borders
.table-hover # hoverable rows

Table Colors

.table-primary # blue table
.table-success # green table
.table-danger # red table
.table-dark # dark table

Row Colors

.table-primary # blue row (on )
.table-success # green row
.table-active # active row

Responsive Tables

.table-responsive # horizontal scroll on mobile
.table-responsive-sm # responsive below sm
.table-responsive-md # responsive below md

Table Sizes

.table-sm # compact table