T - the type of data table recordspublic static interface ColumnHeaderFilterPlugin.HeaderFilter<T>
extends org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the header filter component value
|
void |
init(SearchContext<T> searchContext,
ColumnConfig<T> columnConfig)
Initializes the header filter with the data table search context and the column config to
which the filter is being added
|
void init(SearchContext<T> searchContext, ColumnConfig<T> columnConfig)
this will be called by the ColumnHeaderFilterPlugin
searchContext - SearchContextcolumnConfig - ColumnConfigvoid clear()
this will be called by the ColumnHeaderFilterPlugin
Copyright © 2019–2022 Dominokit. All rights reserved.