Table

Basic CSS for default style and optional classes.

Use the following classes: .table .uiGrid .table-hover .table-striped to define the default table with the elcom Platform style.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
	<table class="uiGrid table table-hover table-striped">
	...
	</table>
	

The table is not only for data display but also for specific actions.

# User Name Email Actions
1 demo jack.miller@acme.elcomplatform.com
2 james james.davis@acme.elcomplatform.com
3 john john.smith@acme.elcomplatform.com

Use the .empty center class to define the table having no data.

# First Name Last Name Username
Empty data