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

Updated 3.0 Extensions (markdown)

koalyptus 2015-07-04 13:19:28 +10:00
parent 252826f460
commit f09fc64d09

@ -1,4 +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>
Features that are not part of the <code>tablefilter</code> bundle are loaded asynchronously from a separate bundle. The extensions are now stored in the extensions registry. To get the instance of an extension you can use the <code>extension('name')</code> method:
<pre>var sort = myTF.extension('sort');</pre>
</p>