Note for Bootstrap3 CSS API - Table
.table-striped
make table’s nth row has different color than n-1th row
.table-bordered
add border
.table-hover
add hover effect
.table-condensed
cut the cell padding in half. Most obviously cell height is in half size.
|
|
Responsive Table in Bootstrap3: .table-responsive
. Will add scroll bar if table width is larger than container width, when device size is under 768px(i.e..xs
);