Constructor
# new Data Filter Button(props) → {React.Component}
This class generates Filter button and passes all the other buttons as children.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | |
enableFilter |
boolean | True if the filter is enabled, else false (here always true). |
onToggleFilter |
function | Method used from the external library (react-data-grid). |
React.Component