Table

For display of tabular data

Standard Table


For most general purpose usage.

Heder header two header three Last updated on info Plan
Lorum Ipsum other info Some more info here 05-03-2016 Standard
Lorum Ipsum other info Some more info here 05-03-2016 Standard
Lorum Ipsum other info Some more info here 05-03-2016 Standard

Add class "table" and follow the correct structure

<table class="table">
  <thead>
    <tr>
      <th>Header</td>
      ...
    ...
  </thead>
  <tbody>
    <tr>
      <td>Value 1</td>
      ...