Seeking resources for implementing column filter icon and dropdown menu for sorting and filtering in React-Table #4685
Unanswered
Hasham-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently in the process of building an application that utilizes the react-table library. However, I am having difficulty finding resources on how to implement a specific feature that I am looking to include in the table.
The feature I am trying to implement is the ability to filter and sort the table data using a column filter icon and an associated dropdown menu. Specifically, I want to include an icon next to each column header in the table, and when clicked, it would open a dropdown menu that allows users to filter and sort the data based on that column.
I am looking for a similar look and functionality as the MUI filter dropdown and have been searching for examples, documentation, or other resources that could assist me in achieving this. However, I have not been successful in finding a reliable resource that fully explains how to implement this type of UI using react-table.
If anyone has any recommendations for examples, documentation, or other resources that could assist me in achieving this, it would be greatly appreciated. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions