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

Typo in the code example for getFiltersValue, removed "s" from end of Values to match function name

cjohnsonuk 2016-01-07 12:56:12 +00:00
parent b6792e6db1
commit 457e2f101e

@ -98,7 +98,7 @@
<th>getFiltersValue()</th>
<td>return an array of the value of each column filter</td>
<td></td>
<td><code>myTF.getFiltersValues();</code></td>
<td><code>myTF.getFiltersValue();</code></td>
</tr>
<tr>
<th>getFilterElement(index)</th>