feat: add custom search bar for people table#1477
Open
ellen-wright wants to merge 15 commits into
Open
Conversation
yoganandaness
approved these changes
Apr 28, 2026
Contributor
yoganandaness
left a comment
There was a problem hiding this comment.
Looks good to me and approving this. Btw, it is worth adding some e2e.
YufanKambang
approved these changes
Apr 29, 2026
Scott-James-Hurley
approved these changes
Apr 29, 2026
…/github.com/UserOfficeProject/user-office-core into 1546-add-custom-search-bar-for-people-table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
refs: UserOfficeProject/issue-tracker#1546
Replaces the built in search bar for the material table with a custom search bar that allows the search to only execute on 'Enter'.
This fixes an issue for performance with the People Table search, by waiting to execute the search until the user hits 'Enter' it reduces the number of times the query is ran and allows enough characters of a name to be typed and therefore only a small number of results are returned.
Changes
Creates a new search bar that only executes on 'Enter'
I tried to make the new search look as similar as possible to the built in material table search.