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

Updated 1.17 State (markdown)

koalyptus 2016-04-11 16:13:25 +02:00
parent 483ebc2121
commit 767c5c5ed8

@ -44,5 +44,12 @@
<td>applicable only if <code>paging</code> is enabled</td>
<td><code>var tfConfig = { paging: true, state: { types: ['hash'], page_length: true };</code></td>
</tr>
<tr>
<th>cookie_duration</th>
<td>number</td>
<td>cookie duration expressed in hours if persistence type is <code>cookie</code> (default - 87600)</td>
<td>applicable only if <code>paging</code> is enabled</td>
<td><code>var tfConfig = { state: { types: ['cookie', 'hash'], cookie_duration: 100000 };</code></td>
</tr>
</tbody>
</table>
</table>