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

Created 3.0 Extensions (markdown)

koalyptus 2015-06-12 00:18:11 +10:00
parent 4164914895
commit 47a0393c11

4
3.0-Extensions.md Normal file

@ -0,0 +1,4 @@
<p>
The extensions are now stored in the extensions registry. To get the instance of an extension use the <code>getExtension('name')</code> method:
<pre>var sort = myTF.getExtension('sort');</pre>
</p>