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

Fixes #7 - Adds a simple quick search to records list. #3366

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

alexcottner
Copy link
Contributor

Resolves #7 - adds a simple client-side quick search to the record list view.

There are (obviously) more flexible or advanced options we could use here. And we could implement this server side to better handle very large collections. But if our idea is to do something simple to let users quickly filter down the records for our typical collections, this is a low-code way to meet our needs.

live_filtering_demo.mp4

Copy link
Contributor

@leplatrem leplatrem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiiiiiiice! I like the minimalist code with maximum UX impact 😊

Just wondering whether we could generalize it instead of just offering the feature in records lists

src/components/collection/RecordTable.tsx Show resolved Hide resolved
src/components/collection/RecordTable.tsx Outdated Show resolved Hide resolved
@alexcottner alexcottner merged commit c648566 into master Oct 16, 2024
6 checks passed
@alexcottner alexcottner deleted the issue-7 branch October 16, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add live search/filtering to the list of records view.
2 participants