Bootstrap table layout

BootstrapTable layout with some custom color, you can find the full bootstrap table documentation here

Basic table

For basic styling—light padding and only horizontal dividers—add the base class .tableto any <table>.

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
Bordered table

Add .table-borderedfor borders on all sides of the table and cells

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
Condensed table

Add .table-condensedto make tables more compact by cutting cell padding in half

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
Contextual cell table

Use contextual classes to color table cells .active.success.info.warning.danger

First NameLast NameUsername
MarkOtto@mdo
JacobThornton@fat
Larrythe Bird@twitter
MarkOtto@mdo
JacobThornton@fat
Larrythe Bird@twitter
Striped row table

Use .table-stripedto add zebra-striping to any table row within the <tbody>.

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
Hover row table

Add .table-hoverto enable a basic bootstrap hover state on table rows. Add .an-table-hoverto enable hover color to match with template color with transparency.

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
Contextual row table

Use contextual classes to color table rows .active.success.info.warning.danger

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
5MarkOtto@mdo
Responsive table

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.

#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter