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-10-29 08:40:30 +11:00
parent bfc363e26d
commit c686312b8d

@ -177,7 +177,7 @@
<td><code>myTF.getHeadersRowIndex();</code></td>
</tr>
<tr>
<th>getTableData()</th>
<th>getTableData(includeHeaders)</th>
<td><p>return an array containing all the data. The
returned array is formated in the following manner: </p>
<pre>
@ -186,6 +186,11 @@
[rowIndex, [value0, value1...]]
]
</pre>
Param:
<ul>
<li>includeHeaders: if set true header captions are included in
returned array (boolean)</li>
</ul>
</td>
<td></td>
<td><code>myTF.getTableData();</code></td>