Class

NumericFilter

NumericFilter(props) → {React.Component}

Overview

This is the numeric filter, which appears for the Integer and Real value type attributes.
Constructor

# new NumericFilter(props) → {React.Component}

Parameters:
Name Type Description
props Object

Object passed from the external library (react-data-grid).

column Object

The column on which filter was used.

onChange function

Method runs when there is some change in the filter field.

View Source Body/Project/Data/NumericFilter.js, line 22

React.Component