Skip to content

Commit 5ac4904

Browse files
authored
Merge pull request #309 from komirad/patch-1
Removed redundant example of the wrong type in tables selectable cell
2 parents 3f0f5dc + 29210eb commit 5ac4904

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)