1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-08 00:42:28 +02:00

Updated 3.1 Sort (markdown)

koalyptus 2015-07-04 13:26:53 +10:00
parent 6d7721e7e0
commit 09a3ded774

@ -1,6 +1,7 @@
<p>The column sorting is performed with <b>WebFX Sortable Table 1.12</b> by <i>Erik Arvidsson</i>.</p>
<p>The sort by column feature is performed with <b>WebFX Sortable Table 1.12</b> by <i>Erik Arvidsson</i>.</p>
<p>To get the sort extension instance:</p>
<pre>var sort = myTF.getExtension('sort');</pre>
<pre>var sort = tf.getExtension('sort');</pre>
where <code>tf</code> is an instance of <code>TableFilter</code>
<table>
<thead>