0

Is there a way to render a custom icon for the column filter menu? I found the prop renderMenuTool (https://reactdatagrid.io/docs/api-reference#props-renderMenuTool) to render a custom column context menu icon, but I need a similar one for the filter menu icon.

I tried with prop renderColumnFilterContextMenu, but this one is just to customize the popup menu, not the Icon.

1 Answers1

0

Yes it is: columns.filterEditorProps.renderSettings.

See: https://reactdatagrid.io/docs/api-reference#props-columns-filterEditorProps-renderSettings

Tyler2P
  • 2,324
  • 26
  • 22
  • 31