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

Strikethrough markup doesn't work so removed Index from getValidRowsIndex as it is getValidRows in the code.

cjohnsonuk 2015-11-06 14:27:04 +00:00
parent f4ccd8147a
commit b8b5b0f4ee

@ -141,7 +141,7 @@
<td><code>myTF.getColValues(2, false);</code></td>
</tr>
<tr>
<th>getValidRows~~Index~~(reCalc)</th>
<th>getValidRows(reCalc)</th>
<td>return an array containing valid rows indexes (rows visible upon
filtering) Param:
<ul>