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

Created 1.16 Highlight keywords (markdown)

koalyptus 2016-03-28 19:33:31 +11:00
parent 282cc11fa0
commit 2a2cb7540f

@ -0,0 +1,30 @@
<p>
Highlighted matched keywords upon filtering.
</p>
<table>
<thead>
<tr>
<th>Property</th>
<th>Type</th>
<th>Description</th>
<th>Remarks</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<th>highlight_keywords</th>
<td>boolean</td>
<td>if set true, matched keywords will be highlighted upon filtering (default - false)</td>
<td></td>
<td><code> var tfConfig = { highlight_keywords: true }</code></td>
</tr>
<tr>
<th>highlight_css_class</th>
<td>string</td>
<td>defines the css class for the highlighted keyword (default 'keyword')</td>
<td></td>
<td><code>var tfConfig = { highlight_css_class: 'myClass' }</code></td>
</tr>
</tbody>
</table>