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..
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
Total points
223
<table >…</table >
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
Total points
223
<table class =“bordered” >…</table >
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
Total points
223
<table class =“striped” >…</table >
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
Total points
223
<table class =“unstyled” >…</table >
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
Total points
223
<table class =“bordered striped” >…</table >
First Name
Last Name
Points
Jill
Smith
50
Eve
Jackson
94
<table >
<tr >
<td class =“w40” > …</td >
<td class =“w40” > …</td >
<td class =“w20” > …</td >
</tr >
</table >