Tables

Tables are an essential part of many different contexts. Kube serves them all and delivers full variety of tables, preformatted to save you time. Whatever your requirements are, tables are completely customizable to match them..

Base

First NameLast NamePoints
JillSmith50
EveJackson94
Total points223
<table>...</table>

Bordered

First NameLast NamePoints
JillSmith50
EveJackson94
Total points223
<table class="bordered">...</table>

Striped

First NameLast NamePoints
JillSmith50
EveJackson94
Total points223
<table class="striped">...</table>

Unstyled

First NameLast NamePoints
JillSmith50
EveJackson94
Total points223
<table class="unstyled">...</table>

Mixed

First NameLast NamePoints
JillSmith50
EveJackson94
Total points223
<table class="bordered striped">...</table>

Width

First NameLast NamePoints
JillSmith50
EveJackson94
<table>
<tr>
    <td class="w40">...</td>
    <td class="w40">...</td>
    <td class="w20">...</td>
</tr>
</table>