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

Updated 3.1 Sort (markdown)

koalyptus 2016-05-08 16:32:19 +10:00
parent 8ed969ad05
commit d31a6fdce6

@ -1,4 +1,4 @@
<p>The sort by column feature is performed with <b>WebFX Sortable Table 1.12</b> by <i>Erik Arvidsson</i>.</p>
<p>The sort by column feature relies on <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.extension('sort');</pre>
where <code>tf</code> is an instance of <code>TableFilter</code>.