react-data-grid
react-data-grid copied to clipboard
how to combine filtering and sorting in a column
i would like to combine filtering and sorting features to a column using the latest version of react-data-grid
this is my "FilterRenderer" component

this is how i pass headerRenderer

i would like to make something like that

Where did you import "useFocusRef" from?
i declare it like in the source code

i added a HeaderRenderer component imported from 'react-data-grid' and it works , i delete it from FilterRenderer
