Basic Tables

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

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950

Striped Rows

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

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950

Bordered table

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

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950

Hover rows

Add .table-hoverto enable a hover state on table rows within a <tbody>.

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950

Condensed table

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

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950

Contextual classes

Use contextual active, success, info, warning, dangerclasses to color table rows or individual cells.

#First NameLast NameE-MailOfficeSalary
1MarkOtto[email protected]London$45,000
2JacobThornton[email protected]Tokyo$25,300
3AnnaBird[email protected]Edinburgh$15,200
4JohnDoe[email protected]Warsaw$12,950
5VeronicaMoon[email protected]New York$6,950