1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00

Updated 3.1 Advanced grid (markdown)

koalyptus 2015-07-04 13:24:01 +10:00
parent 9a501d33e9
commit 6d7721e7e0

@ -1,7 +1,8 @@
<p>Advanced selection, keyboard navigation and inline components are delivered by the <code>advancedGrid</code> extension combined with the powerful <a href="http://edittable.free.fr/zip.php?f=ezEditTable.zip&amp;p=1" target="_blank" title="ezEditTable is a javascript code aimed at enhancing regular HTML tables by adding features such as inline editing components, advanced selection and keyboard navigation - Developed by Max Guglielmi">ezEditTable</a> plugin.</p>
<p>To get the <code>advancedGrid</code> extension instance:</p>
<pre>var advancedGrid = myTF.getExtension('advancedGrid');</pre>
<pre>var advancedGrid = tf.extension('advancedGrid');</pre>
where <code>tf</code> is an instance of <code>TableFilter</code>