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

Updated 3.0 Extensions (markdown)

koalyptus 2015-07-04 13:32:09 +10:00
parent d3a3c8c25a
commit 16cfbfa70a

@ -1,5 +1,5 @@
<p>
An <code>extension</code> is a feature that is not part of the <code>tablefilter</code> core bundle, and it is loaded asynchronously from a separate bundle only if required by the configuration. 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:
An <code>extension</code> is a feature that is not part of the <code>tablefilter</code> core bundle, and it is loaded asynchronously from a separate bundle but only if required by the configuration. 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 tf = new TableFilter('tableId', {
extensions: [{ name: 'sort' }]