Basic Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Striped Rows
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Bordered Striped
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Hover Rows
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Vertical Scrolling Table
Horizontal Scrolling Table
Extra Large Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Large Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Default Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Small Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Mini (Condensed) Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Extra Mini Table
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Column Grid Size
name |
Position |
Office |
Start date |
Status |
Mark Willey |
Accountant |
Tokyo |
2013/06/08 |
Approved |
Jacob Brown |
Junior Technical Author |
New York |
2014/08/22 |
Declined |
Larry Wood |
Integration Specialist |
Paris |
2015/10/18 |
Pending |
Monica Manager |
Senior Javascript Developer |
Edinburgh |
2016/12/15 |
Call in to confirm |
Table Header Style
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
Contextual Classes
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
5 |
John |
Townsend |
@David |
6 |
Thomas |
Roberts |
@Justin |
7 |
Aaron |
James |
@Gaby |
Custom Row Colors
# |
First Name |
Last Name |
Username |
1 |
Mark |
Otto |
@Harry |
2 |
Jacob |
Thornton |
@Jordan |
3 |
Larry |
the Bird |
@Vicky |
4 |
Monica |
Manager |
@Elizabeth |
5 |
John |
Townsend |
@David |
6 |
Thomas |
Roberts |
@Justin |
7 |
Aaron |
James |
@Gaby |
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<div class="dg-scroll-vertical">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
<tr>
<td>5</td>
<td>John</td>
<td>Townsend</td>
<td>@David</td>
</tr>
<tr>
<td>6</td>
<td>Thomas</td>
<td>Roberts</td>
<td>@Justin</td>
</tr>
<tr>
<td>7</td>
<td>Aaron</td>
<td>James</td>
<td>@Gaby</td>
</tr>
<tr>
<td>8</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>9</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>10</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>11</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
<tr>
<td>12</td>
<td>John</td>
<td>Townsend</td>
<td>@David</td>
</tr>
<tr>
<td>13</td>
<td>Thomas</td>
<td>Roberts</td>
<td>@Justin</td>
</tr>
<tr>
<td>14</td>
<td>Aaron</td>
<td>James</td>
<td>@Gaby</td>
</tr>
</tbody>
</table>
</div>
<div class="dg-scroll-horizontal">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>2</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>3</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>4</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</tbody>
</table>
</div>
<table class="table table-xlg">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-lg">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-sm">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-xs">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table table-xxs">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<tr>
<th class="col-lg-4">name</th>
<th class="col-lg-4">Position</th>
<th class="col-lg-1">Office</th>
<th class="col-lg-1">Start date</th>
<th class="col-lg-2">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Mark Willey</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>2013/06/08</td>
<td>Approved</td>
</tr>
<tr>
<td>Jacob Brown</td>
<td>Junior Technical Author</td>
<td>New York</td>
<td>2014/08/22</td>
<td>Declined</td>
</tr>
<tr>
<td>Larry Wood</td>
<td>Integration Specialist</td>
<td>Paris</td>
<td>2015/10/18</td>
<td>Pending</td>
</tr>
<tr>
<td>Monica Manager</td>
<td>Senior Javascript Developer</td>
<td>Edinburgh</td>
<td>2016/12/15</td>
<td>Call in to confirm</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<tr class="bg-accent">
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr>
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr class="info">
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr class="active">
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr class="success">
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
<tr class="info">
<td>5</td>
<td>John</td>
<td>Townsend</td>
<td>@David</td>
</tr>
<tr class="warning">
<td>6</td>
<td>Thomas</td>
<td>Roberts</td>
<td>@Justin</td>
</tr>
<tr class="danger">
<td>7</td>
<td>Aaron</td>
<td>James</td>
<td>@Gaby</td>
</tr>
</tbody>
</table>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@Harry</td>
</tr>
<tr class="bg-accent">
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@Jordan</td>
</tr>
<tr class="bg-primary">
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@Vicky</td>
</tr>
<tr class="bg-success">
<td>4</td>
<td>Monica</td>
<td>Manager</td>
<td>@Elizabeth</td>
</tr>
<tr class="bg-info">
<td>5</td>
<td>John</td>
<td>Townsend</td>
<td>@David</td>
</tr>
<tr class="bg-warning">
<td>6</td>
<td>Thomas</td>
<td>Roberts</td>
<td>@Justin</td>
</tr>
<tr class="bg-danger">
<td>7</td>
<td>Aaron</td>
<td>James</td>
<td>@Gaby</td>
</tr>
</tbody>
</table>