reactjsreact-reduxreact-data-grid

Customizing Filter Options React Data Grid


How can we customize the filter options in the ReactDataGrid according to the columns? For example I want to have only "contains" filter for name . For Date, I want to have an "in range" filter options. I couldnt find in the docs section can you please help me?

Note: i am using $ @inovua/reactdatagrid-community package


Solution

  • You need to check filterEditor: <implement your own editor>