Skip to content

Commit 29210eb

Browse files
authored
Removed redundant example of the wrong type
An extra example for selectable row was placed under selectable cell.
1 parent 8e84a3a commit 29210eb

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

server/documents/collections/table.html.eco

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -862,34 +862,6 @@ themes : ['Default', 'Basic', 'Classic', 'GitHub']
862862
</tbody>
863863
</table>
864864
</div>
865-
<div class="another example">
866-
<table class="ui selectable inverted table">
867-
<thead>
868-
<tr>
869-
<th>Name</th>
870-
<th>Status</th>
871-
<th class="right aligned">Notes</th>
872-
</tr>
873-
</thead>
874-
<tbody>
875-
<tr>
876-
<td>John</td>
877-
<td>Approved</td>
878-
<td class="right aligned">None</td>
879-
</tr>
880-
<tr>
881-
<td>Jamie</td>
882-
<td>Approved</td>
883-
<td class="right aligned">Requires call</td>
884-
</tr>
885-
<tr>
886-
<td>Jill</td>
887-
<td>Denied</td>
888-
<td class="right aligned">None</td>
889-
</tr>
890-
</tbody>
891-
</table>
892-
</div>
893865

894866
<div class="example">
895867
<h4 class="ui header">Vertical Alignment</h4>

0 commit comments

Comments
 (0)