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

Updated 2.0 TableFilter class (markdown)

koalyptus 2015-10-31 19:19:38 +11:00
parent 90ccc55fe1
commit 90dfe702e2

@ -1,5 +1,5 @@
##Constructor
###TF(id, refRow, config);
###TF(table or id, refRow, config);
<table>
<thead>
<tr>
@ -11,6 +11,13 @@
</tr>
</thead>
<tbody>
<tr>
<th>table</th>
<td>DOMElement</td>
<td>A <code>table</code> DOM element</td>
<td></td>
<td><code>var myTF = new TableFilter(document.querySelector(".my-table"));</code></td>
</tr>
<tr>
<th>id</th>
<td>string</td>