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

Updated 2.2 Public methods (markdown)

koalyptus 2015-08-11 20:09:15 +10:00
parent 88c61ec796
commit 0a79c67f5c

@ -224,10 +224,10 @@
<td><code>var a = myTF.getFilteredDataCol(3);</code></td>
</tr>
<tr>
<th>GetCellsNb(nrow)</th>
<th>getCellsNb(nrow)</th>
<td>return number of cells of a specified row</td>
<td></td>
<td><code>myTF.GetCellsNb(1);</code></td>
<td><code>myTF.getCellsNb(1);</code></td>
</tr>
<tr>
<th>getRowsNb(includeHeaders)</th>