Make is easy to search for specific companies (or municipalities) in the ComparisionTable
#550
Labels
enhancement
New feature or request
not ready
This is not ready to be implemented. Do not work on this yet!
Investigate if there's an easy way to implement a basic search functionality.
Maybe add a search icon above the
ComparisionTable
that can be expanded into a search field.When searching for something, ideally show suggestions based on the most relevant items from the list
When selecting an item from the search results, scroll to it in the table. Maybe using
Element.scrollIntoView()
. We could potentially get the DOM reference from the rendered table rows of@tanstack/table
.The text was updated successfully, but these errors were encountered: