1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-03 07:03:33 +02:00
2 1.16 Highlight keywords
koalyptus edited this page 2016-03-28 19:34:17 +11:00

Highlight matched keywords upon filtering.

Property Type Description Remarks Example
highlight_keywords boolean if set true, matched keywords will be highlighted upon filtering (default - false) var tfConfig = { highlight_keywords: true }
highlight_css_class string defines the css class for the highlighted keyword (default 'keyword') var tfConfig = { highlight_css_class: 'myClass' }