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

Updated 3.0 Extensions (markdown)

koalyptus 2017-04-15 03:17:02 +10:00
parent 4e4bd4ac5f
commit 949b649f6d

@ -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 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:
An <code>extension</code> is a feature that is not part of the <code>tablefilter</code> core bundle. 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' }]