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-12-26 21:49:52 +11:00
parent 278d0de549
commit c867cdb416

@ -163,34 +163,16 @@
<td><code>var tfConfig = { auto_filter: true, auto_filter_delay: 1500 }</code></td>
</tr>
<tr>
<th>single_filter</th>
<td>boolean</td>
<td>if set true this property enables a single filter for filtering the table. Only
1 text-box filter will be displayed (single criteria search vs. multi-criteria
search) searching in all table columns (default - false) </td>
<td></td>
<td><code>var tfConfig = { single_filter: true }</code></td>
</tr>
<tr>
<th>external_flt_grid_ids</th>
<th>external_flt_ids</th>
<td>array</td>
<td>this array contains the id of the elements that will contain the
generated filters. The indexes of the array items match the indexes
ot the columns of the table ( ['id0','id1','id02'] corresponds to
col0, col1, col2) (default - null)</td>
<td>&nbsp; </td>
<td><code>var tfConfig = { external_flt_grid_ids: ['id0','id1','id2']
<td><code>var tfConfig = { external_flt_ids: ['id0','id1','id2']
}</code> </td>
</tr>
<tr>
<th>toolbar_target_id</th>
<td>string</td>
<td> defines the id of the element that will contain the
toolbar container, located above the table headers by default (default
* null)</td>
<td></td>
<td><code>var tfConfig = { toolbar_target_id: 'myContainerId' };</code></td>
</tr>
<tr>
<th>or_operator</th>
<td>string</td>
@ -216,14 +198,6 @@
<td><code>var tfConfig = { watermark: ['Search...', null, 'Dates
here...'] }</code></td>
</tr>
<tr>
<th>mark_active_columns</th>
<td>boolean</td>
<td> column headers are highlighted upon filtering(default
* false) </td>
<td></td>
<td><code>var tfConfig = { mark_active_columns: true }</code></td>
</tr>
</tbody>
</table>