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

Updated 3.1 Advanced grid (markdown)

koalyptus 2015-06-13 14:37:02 +10:00
parent b44e19cd31
commit ecf5a65347

@ -1 +1,4 @@
<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>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>