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

Updated 1.01 Appearance (markdown)

koalyptus 2018-06-17 21:43:25 +10:00
parent 631249a0e3
commit 3626beb00b

@ -46,6 +46,14 @@
<td>Only when <code>grid_layout</code> is off</td>
<td><code>var tfConfig = { responsive: true }</code></td>
</tr>
<tr>
<th>sticky_headers</th>
<td>boolean</td>
<td>enables / disables sticky column headers (default - false)</td>
<td>Not supported when <code>responsive</code> option is enabled and
does not apply to <code>grid_layout</code></td>
<td><code>var tfConfig = { sticky_headers: true }</code></td>
</tr>
<tr>
<th>flts_row_css_class</th>
<td> string</td>