Class

Data Filter Button

Data Filter Button(props) → {React.Component}

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).

View Source Body/Project/Data/EditDataFilterButton.js, line 8

React.Component