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

Updated 1.02 Main features (markdown)

koalyptus 2017-10-26 14:18:01 +11:00
parent 2da5715d31
commit 483513c8e2

@ -124,14 +124,13 @@
<td><code>var tfConfig = { alternate_rows: true }</code></td>
</tr>
<tr>
<th>rows_always_visible</th>
<th>exclude_rows</th>
<td>array</td>
<td>this property makes desired rows always visible. It accepts an array
definining the row indexes to be displayed ([1,2,3..]) </td>
<td>since rows are always visible, cells value will not appear in corresponding
drop-down filters. Note that this property works only if paging is
disabled</td>
<td><code>var tfConfig = { rows_always_visible: [9,10] }</code></td>
<td>exclude desired rows from TableFilter operations such as filtering, paging,
rows counting etc. It accepts an array definining the row indexes to be excluded ([1,2,3..]) </td>
<td>since those rows are excluded, the corresponding values will not appear in the
drop-down filters.</td>
<td><code>var tfConfig = { exclude_rows: [9, 10] }</code></td>
</tr>
<tr>
<th>linked_filters</th>