1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-25 18:12:32 +02:00

Updated 1.02 Main features (markdown)

koalyptus 2016-04-30 13:32:42 +10:00
parent 6fb6675a2d
commit 3e1cf775e4

@ -216,30 +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>remember_grid_values</th>
<td>boolean</td>
<td> if set true this property will re-set filters' values at page reload
(default - false)</td>
<td></td>
<td><code>var tfConfig = { remember_grid_values: true }</code></td>
</tr>
<tr>
<th>remember_page_number</th>
<td>boolean</td>
<td> if set true this property will re-set the last accessed page at
page reload (default - false)</td>
<td>&nbsp; </td>
<td><code>var tfConfig = { remember_page_number: true }</code></td>
</tr>
<tr>
<th>remember_page_length</th>
<td>boolean</td>
<td>if set true this property will re-set the number of results per
page at page re-load (default - false)</td>
<td></td>
<td><code>var tfConfig = { remember_page_length: true }</code></td>
</tr>
<tr>
<th>single_filter</th>
<td>boolean</td>