Table development

The 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 container
    • thead the optional top part of the table
    • tfoot the optional bottom part of the table
    • tbody the main content of the table
      • tr each table row
        • th a table cell heading
        • td a table cell

Simple table

First Last
Mark Otto
Jacob Thornton
Larry the Bird

Empty

Empty table

There is no records
Last Updated: 4/18/2019, 1:02:16 PM