<p>A cell may let a user know whether a value is good or bad:</p>
<tableclass="ui grid table">
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -102,7 +102,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Error</h4>
<p>A cell or row may alert the user to an error or a negative value:</p>
<tableclass="ui grid table">
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -136,7 +136,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Warning</h4>
<p>A cell or row may warn a user:</p>
<tableclass="ui grid table">
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -170,7 +170,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Active</h4>
<p>A cell or row can be active:</p>
<tableclass="ui grid table">
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -202,7 +202,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Disabled</h4>
<p>A cell can be disabled:</p>
<tableclass="ui grid table">
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -239,7 +239,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Collapsing</h4>
<p>By default tables take the size of their container. A collapsing takes up only as much space as its rows.</p>
<tableclass="ui grid table collapsing">
<tableclass="ui celled table collapsing">
<thead>
<th>Name</th>
<th>Status</th>
@ -271,9 +271,9 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Grid</h4>
<p>A table may have a grid to help differentiate cells</p>
<tableclass="ui grid table">
<h4>Cells</h4>
<p>A table may be divided into cells to help segment content</p>
<tableclass="ui celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -310,7 +310,7 @@ type : 'UI Collection'
<p>Adding a classname of ascending or descending, will show the user the direction of sort. This example uses a modified version of the kylefox's <ahref="library/tablesort.js">tablesort plugin</a> to provide the proper class names.</p>
<tableclass="ui sortable grid table">
<tableclass="ui sortable celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -343,7 +343,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Padded</h4>
<p>A table may sometimes need to be more padded for legibility</p>
<tableclass="ui padded grid table">
<tableclass="ui padded celled table">
<thead>
<th>Name</th>
<th>Status</th>
@ -366,7 +366,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Compact</h4>
<p>A table may sometimes need to be more compact to make more rows visible at a time</p>