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

Updated 1.02 Filters behaviour (markdown)

koalyptus 2016-03-28 19:35:38 +11:00
parent b38a96c6fc
commit f5f1404468

@ -216,14 +216,6 @@
<td>when user stops typing, table is filtered after defined delay</td>
<td><code>var tfConfig = { auto_filter: true, auto_filter_delay: 1500 }</code></td>
</tr>
<tr>
<th>highlight_keywords</th>
<td>boolean</td>
<td>if set true this property enables keywords highlighting (default
* false) </td>
<td></td>
<td><code>var tfConfig = { highlight_keywords: true }</code></td>
</tr>
<tr>
<th>remember_grid_values</th>
<td>boolean</td>