react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

how to combine filtering and sorting in a column

Open hatem-marzougui opened this issue 2 years ago • 5 comments

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 FilterRenderer

this is how i pass headerRenderer headerRenderer

i would like to make something like that Screenshot from 2022-05-16 10-13-45

hatem-marzougui avatar May 16 '22 09:05 hatem-marzougui

Where did you import "useFocusRef" from?

shulamitco avatar May 17 '22 09:05 shulamitco

i declare it like in the source code useFocusREf

hatem-marzougui avatar May 17 '22 09:05 hatem-marzougui

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

hatem-marzougui avatar May 17 '22 09:05 hatem-marzougui