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

Updated 3.3 Filters visibility (markdown)

koalyptus 2017-04-15 03:37:29 +10:00
parent 949b649f6d
commit 2bde2e470a

@ -14,6 +14,20 @@ where <code>tf</code> is an instance of <code>TableFilter</code>.
</tr>
</thead>
<tbody>
<tr>
<th>stylesheet</th>
<td>string</td>
<td>the extension's stylesheet filename (default - 'filtersVisibility.css')</td>
<td></td>
<td>
<pre>var tfConfig = {
extensions: [{
name: 'filtersVisibility',
stylesheet: 'myStylesheet.css'
}]
};</pre>
</td>
</tr>
<tr>
<th>target_id</th>
<td>string</td>