-
Notifications
You must be signed in to change notification settings - Fork 280
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
Add search functionality on collections, Features, Templates #325
Conversation
in collections.html
collections.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for adding these changes, this will be so helpful for folks! 🎉
Left few comments.
Ah sorry for any confusion! This was one of my demo scenarios during Ignite and a sample PR - I'll close this 😄 |
Ah! 🤦♀️ @bamurtaugh FYI, this is really a good PR, adding a |
Thanks so much for the feedback @samruddhikhandale and I agree we should reopen, especially as part of devcontainers/spec#405! Let me address your feedback and then re-request review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you! ⚡
This pull request adds search functionality for collections, Templates, and Features.
Added an input field for searching tables
Implemented JavaScript logic to filter the table rows based on the search input
These changes improve the user experience by allowing users to easily search and find specific items in each table.