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

search systems by dataset name #529

Merged
merged 2 commits into from
Nov 27, 2022
Merged

search systems by dataset name #529

merged 2 commits into from
Nov 27, 2022

Conversation

qjiang002
Copy link
Collaborator

This is a sub-component of PR #518

Search systems by dataset name

  • The dataset filter is added to the table header. This is a custom filter, a searchable select list. Without search text, it will display some dataset names. With search text, the dataset list will be updated.
  • It supports updating and reading from the url.

Screen Shot 2022-11-22 at 1 07 12 AM

Screen Shot 2022-11-22 at 1 07 46 AM

Screen Shot 2022-11-22 at 1 08 04 AM

Copy link
Member

@lyuyangh lyuyangh left a comment

Choose a reason for hiding this comment

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

Works great! Thanks!

}, [datasetSearchText, filterValue.task]);

const onDatasetSearch = (value: string) => {
console.log("search:", value);
Copy link
Member

Choose a reason for hiding this comment

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

Could you please remove this?

@qjiang002 qjiang002 merged commit 57a4adc into main Nov 27, 2022
@qjiang002 qjiang002 deleted the add-dataset-search-bar branch November 27, 2022 17:39
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.

3 participants