import {MarkActiveColumns} from 'tablefilter/src/modules/markActiveColumns.js'
Constructor Summary
Public Constructor | ||
public |
constructor(tf: TableFilter) Create an instance of MarkActiveColumns |
Member Summary
Public Members | ||
public |
Css class for filtered (active) column cells |
|
public |
Css class for filtered (active) columns |
|
public |
Enable/disable column highlighting |
|
public |
|
|
public |
Callback fired after a column is marked as filtered |
|
public |
Callback fired before a column is marked as filtered |
Method Summary
Public Methods | ||
public |
Clear filtered columns visual indicator (background color) |
|
public |
destroy() Remove feature |
|
public |
init() Initialise MarkActiveColumns instance |
|
public |
markActiveColumn(colIndex: Number) Mark currently filtered column |
Inherited Summary
From class Feature | ||
public |
TableFilter configuration |
|
public |
TableFilter emitter instance |
|
public |
TableFilter feature setting |
|
public |
Feature name is the camelised class name as per TableFilter's convention |
|
public |
Field indicating whether Feature is initialized |
|
public |
TableFilter instance |
|
public |
destroy() Destroy the feature |
|
public |
disable() Disable the feature |
|
public |
enable() Enable the feature |
|
public |
init() Initialize the feature |
|
public |
Indicate whether the feature is enabled or not |
|
public |
reset() Reset the feature after being disabled |
Public Constructors
public constructor(tf: TableFilter) source
Create an instance of MarkActiveColumns
Override:
Feature#constructorParams:
Name | Type | Attribute | Description |
tf | TableFilter | TableFilter instance |
Public Members
public initialized: boolean source
Field indicating whether Feature is initialized