Tables You can quickly style tables by using our table helper classes.

Theming

Tables headers inherit the template secondary color scheme .ui-state-default.

Headers alignments

By default the header texts in tables are centered. To align them either left or right you need to use one of the following core helper class: text-left or text-right

Name Category Stats Actions
1 John Clark Sales
+152
2 Kenny Davis Development
+152
3 David Robertson Support
+191
4 John Doe Testing
+483
5 Sofia Williams IT
+381
6 Katy Lewis Business
+354

Tables variations

Some examples of tables inside content boxes, etc.

Condensed tables

Beside the HTML structure and the .table class from the normal tables, to create consensed tabled you need to add the .table-condensed class.

Name Category Stats Actions
1 John Clark Sales
+152
2 Kenny Davis Development
+152
3 David Robertson Support
+191
4 John Doe Testing
+483
5 Sofia Williams IT
+381
6 Katy Lewis Business
+354

Hover tables

You can create hover tables by adding the .table-hover class to your tables. These tables highlight the hovered row with a light yellow color.

Striped tables

Striped tables can by created by add the .table-striped class to your tables. These kind of tables have the odd row have a light gray color to make it easy to differentiate between rows.