We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A reactable can have filters for every column. A server-side processed reactable should also have UI similar to this.
reactable
Users need a way to filter a column quickly and intuitively. A filter UI/text input beneath the column name should help users filter the data faster.
An existing solution is to create a filter UI on top of the existing reactable that mimics the reactable filter by column feature.
Instead of a filter by column approach, maybe a button that will popup a form to filter the values in the column will be sufficient for most users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guidelines
Description
A
reactable
can have filters for every column. A server-side processedreactable
should also have UI similar to this.Problem
Users need a way to filter a column quickly and intuitively. A filter UI/text input beneath the column name should help users filter the data faster.
Proposed Solution
An existing solution is to create a filter UI on top of the existing
reactable
that mimics thereactable
filter by column feature.Alternatives Considered
Instead of a filter by column approach, maybe a button that will popup a form to filter the values in the column will be sufficient for most users.
The text was updated successfully, but these errors were encountered: