[Feature Request] Search Box / Filter Widget

Issue #30 new
Ian Smith created an issue

Has anyone attempted to add a search box or filter for finding nested items? If not where would one start for this?

Comments (3)

  1. Kevin Armstrong

    Hi Ian, I would suggest filtering the data directly and then use that filtered data to populate the tree. You can also use the recently added TreeView builder method to render the results however you like. e.g highlighting the matched portion of the node label.

  2. Log in to comment