1

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

msanli224
  • 41
  • 1
  • 9

1 Answers1

1

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

Prakash S
  • 1,695
  • 3
  • 11
  • 20