Namespace

Filter

Filter

Members

object

# static constant classNames

An object containing the classnames generated from the stylesheet made with emotion and using the style state of the store

View Source components/Filter/Filter.tsx, line 43

Methods

# static exports.Filter() → {React.ReactElement}

The filter component, contains an input box to type text in order to filter the rows according to match with the text. When some tet is typed, a reset buttons appear to reset the field. Using double quotes allows to filter with an exact match.

View Source components/Filter/Filter.tsx, line 18

jsx to be injected in the html.
React.ReactElement

# static handleInputChange(event)

Dispatch the new keyword on input change.
Parameters:
Name Type Description
event React.ChangeEvent.<HTMLInputElement> the event object.

View Source components/Filter/Filter.tsx, line 26

# static handleReset()

Dispatch the action with empty keyword on click on reset button.

View Source components/Filter/Filter.tsx, line 35