Tables

Tables are classic elements of html.

Modern sites with responsive CSS should not use them because they cannot be refitted according the size of screen.

But they are widely used so Bootstrap has some style for them. And we have a widget which let you to build almost all kind of tables.

Each cell can contain a simple text, or a list where the first element ip the reference to the class modifiers of the cell. See examples.

Table with cells references

Table with header, class on cells and colspan.
# First Last Mail
1 Mark Otto mark@mail.com
2 Jacob Thornton jacob@mail.com
3 Larry the Bird larry@mail.com

Full width table

Tables full width with stripes
# First Last Mail
1 Mark Otto mark@mail.com
2 Jacob Thornton jacob@mail.com
3 Larry Bird larry@mail.com

No header

Table without header and with style and classes
1 Mark Otto mark@mail.com
2 Jacob Thornton jacob@mail.com
3 Larry Bird larry@mail.com