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

Updated 2.0 TableFilter class (markdown)

koalyptus 2015-10-31 19:21:25 +11:00
parent 90dfe702e2
commit ee47a76797

@ -15,14 +15,14 @@
<th>table</th>
<td>DOMElement</td>
<td>A <code>table</code> DOM element</td>
<td></td>
<td>Use ``table`` or ``id`` parameter</td>
<td><code>var myTF = new TableFilter(document.querySelector(".my-table"));</code></td>
</tr>
<tr>
<th>id</th>
<td>string</td>
<td>id of the <code>table</code> element</td>
<td></td>
<td>Use ``table`` or ``id`` parameter</td>
<td><code>var myTF = new TableFilter("myTableId");</code></td>
</tr>
<tr>