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

Table: Add storybook stories showing filtering of the table component #809

Open
brentswisher opened this issue Aug 30, 2024 · 0 comments
Open

Comments

@brentswisher
Copy link
Contributor

The problem
The table is set up in such a way that filtering the data displayed is possible using components outside of the table. While this functionality exists, it isn't demonstrated anywhere. It would be nice to have a couple examples of how to use things like a search box or dropdown to filter the data in a table.

The solution
Add some storybook "recipes" with various ways to enable data filtering in the tables.

Alternatives considered
Adding filters right into the table itself. This was rejected because there are a multitude of ways the that data may want to be filtered. Since the interface already exists, we just need to show consumers how it can be easily done outside of the component with the existing component.

@daneah daneah changed the title Add storybook stories showing filtering of the table component Table: Add storybook stories showing filtering of the table component Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant