<p>A table may allow a user to sort contents by clicking on a table header.</p>
<p>A table may allow a user to sort contents by clicking on a table header.</p>
<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="https://github.com/kylefox/jquery-tablesort">tablesort plugin</a> to provide the proper class names.</p>
<divclass="ui 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 <ahref="https://github.com/kylefox/jquery-tablesort">tablesort plugin</a> to provide the proper class names.