1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Updated 3.1 Sort (markdown)

koalyptus 2015-07-04 13:32:56 +10:00
parent 4bcf01f390
commit 54193f750b

@ -1,6 +1,6 @@
<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 = tf.getExtension('sort');</pre>
<pre>var sort = tf.extension('sort');</pre>
where <code>tf</code> is an instance of <code>TableFilter</code>.
<table>