1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Updated 2.2 Public methods (markdown)

koalyptus 2015-11-08 16:51:45 +11:00
parent 615987af68
commit d81a08c7dc

@ -235,6 +235,15 @@
<td></td>
<td><code>var a = myTF.getFilteredDataCol(3);</code></td>
</tr>
<tr>
<th>getCellData(cell)</th>
<td><p>Return the data (string) of a given cell</p>
<ul>
<li>cell: Cell DOM element(DOMElement)</li>
</ul></td>
<td></td>
<td><code>var cellText = myTF.getCellData(myCell);</code></td>
</tr>
<tr>
<th>getCellsNb(nrow)</th>
<td>return number of cells of a specified row</td>