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

Updated 1.17 State (markdown)

koalyptus 2016-04-11 15:51:18 +02:00
parent f44edd71be
commit f887f59dad

@ -1,4 +1,4 @@
<p>With <code>State</code> manager, <code>TableFilter</code> can easily persist the features state via hash, localStorage or cookie. <code>State</code> reacts to the state changes and provides an object to be persisted by the selected mean, ie localStorage.</p>
<p>With the <code>State</code> manager, <code>TableFilter</code> can easily persist features state via <code>hash</code>, <code>localStorage</code> or <code>cookie</code>. The <code>State</code> object reacts to the features state changes and emits a <code>state-changed</code> event along with a state object to be persisted by the relevant listeners, ie <code>Storage</code> object.</p>
<table>
<thead>
<tr>
@ -11,7 +11,7 @@
</thead>
<tbody>
<tr>
<td>types</td>
<th>types</th>
<td>array</td>
<td><p>an array specifying the persistence type, that is:</p>
<ul>