react-dj-table

git icon
Change theme

External Filters

InputInputRangeColumnsFilter

Dual Range Input #

Example price filter using dual range input filters

The example uses useReducer to filter the tables data, the data is filtered between a min a max value supplied by the two inputs, the filter function is in a utilty type function in filterFunc.js

CodeSandBox