development
TableThe inevitable HTML table, with special case cells.
Default
You simply need to attach a single .table
CSS class on a <table>
with the following structure:
table
the main containerthead
the optional top part of the tabletfoot
the optional bottom part of the tabletbody
the main content of the tabletr
each table rowth
a table cell headingtd
a table cell
Simple table
First | Last | ||
---|---|---|---|
Mark | Otto | ||
Jacob | Thornton | ||
Larry | the Bird |