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-30 13:29:00 +10:00
parent 6b491db907
commit 6fb6675a2d

@ -58,6 +58,13 @@
<td>applicable only if <code>colsVisibility</code> extension is enabled</td>
<td><code>var tfConfig = { extensions: [{ name: 'colsVisibility'}], state: { types: ['cookie'], columns_visibility: true };</code></td>
</tr>
<tr>
<th>filters_visibility</th>
<td>boolean</td>
<td>if set true, filters row visibility will be persisted via selected storage type (default - false)</td>
<td>applicable only if <code>filtersVisibility</code> extension is enabled</td>
<td><code>var tfConfig = { extensions: [{ name: 'filtersVisibility'}], state: { types: ['cookie'], filters_visibility: true };</code></td>
</tr>
<tr>
<th>cookie_duration</th>
<td>number</td>