Skip to content
New issue

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

[Feature]: Provide UI for filtering by column #21

Open
1 task done
vibalre opened this issue Apr 28, 2023 · 0 comments
Open
1 task done

[Feature]: Provide UI for filtering by column #21

vibalre opened this issue Apr 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vibalre
Copy link
Member

vibalre commented Apr 28, 2023

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Description

A reactable can have filters for every column. A server-side processed reactable 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 the reactable 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.

@vibalre vibalre added the enhancement New feature or request label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant