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

RadzenTree - Add Search Functionality to RadzenTree Component #1948

Open
Dasuke opened this issue Feb 5, 2025 · 3 comments
Open

RadzenTree - Add Search Functionality to RadzenTree Component #1948

Dasuke opened this issue Feb 5, 2025 · 3 comments

Comments

@Dasuke
Copy link

Dasuke commented Feb 5, 2025

Hello Radzen Team,

I would like to propose the addition of a search feature to the RadzenTree component. The ability to search nodes dynamically within the tree would greatly enhance the usability and user experience, especially when dealing with large datasets.

Proposed Features:

  • A text input field above or inside the tree component to filter/search through tree nodes.
  • Option to search for nodes by any input
  • Highlighting of matching nodes, or the ability to collapse non-matching nodes.
  • Option to clear search results and reset the tree view.
  • Optional debounce mechanism for large trees to optimize performance.

Why this is useful:

  • It will make navigating large trees more efficient.
  • Users will be able to quickly find and interact with specific nodes.
  • It would be a flexible and easy-to-integrate enhancement for existing applications using RadzenTree.
  • Looking forward to your consideration.

Example:
https://mudblazor.com/components/treeview#filtering

Looking forward to your consideration and let me know if I can help with anything.

Thank you!

@enchev
Copy link
Collaborator

enchev commented Feb 5, 2025

In my opinion this can be easily implemented outside of the component similar to our demos navigation - Tree instead PanelMenu.

@Dasuke
Copy link
Author

Dasuke commented Feb 5, 2025

@enchev, thank you for your feedback. Sorry, I didn't find an example in the demo pages for what I am looking for. Could you please share the link?

@enchev
Copy link
Collaborator

enchev commented Feb 6, 2025

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

No branches or pull requests

2 participants