Skip to content

Commit 4d103e0

Browse files
authored
Merge pull request #245 from nihathrael/table-doc
Minor table documentation improvements
2 parents f0aaa7a + af17f2d commit 4d103e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/collections/table.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ themes : ['Default', 'Basic', 'Classic', 'GitHub']
17421742
<h4 class="ui header">Sortable</h4>
17431743
<p>A table may allow a user to sort contents by clicking on a table header.</p>
17441744

1745-
<div class="ui ignored warning message">Adding a classname of <code>ascending</code> or <code>descending</code> to the <code>th</code> will show the user the direction of sort. This example uses a modified version of the kylefox's <a href="https://github.com/kylefox/jquery-tablesort">tablesort plugin</a> to provide the proper class names. To make sortable tables work, include <a href="http://semantic-ui.com/javascript/library/tablesort.js">this javascript</a> into your page and call <code>$('table').tablesort()</code> when DOM is ready.
1745+
<div class="ui ignored warning message">Adding the class <code>ascending</code> or <code>descending</code> to the <code>th</code> will show the user the sorting direction. This example uses a modified version of the kylefox's <a href="https://github.com/kylefox/jquery-tablesort">tablesort plugin</a> to provide the proper class names. To make sortable tables work, include <a href="http://semantic-ui.com/javascript/library/tablesort.js">this javascript</a> into your page and call <code>$('table').tablesort()</code> when the DOM is ready.
17461746
</div>
17471747

17481748
<table class="ui sortable celled table">

0 commit comments

Comments
 (0)