using AutoSuggestBox for Search
Can you make it possible for us to use an AutoSuggestBox for searching? something like this:
<AutoSuggestBox Name="searchBox"/>
<TableView AutoSuggestBox="{x:Bind searchBox}"/>
Thanks for the suggestion, @ghost1372! I’m not sure what you’re asking... could you share a bit more context?
@w-ahmad
Currently, to search for information, we must first tap the three dots, then search in the AutoSuggestBox (This is while the search is performed only in the desired cell)
Therefore, my intention is to allow the user to define an autosuggest box for the search operation.(which can search in all cells) If the user needs to filter, can use three dots and... And if needs to search, can define an autosuggest and the search operation will be done.
Adding this feature to WinUI.TableView seems like a great idea, but it'll definitely be a lot of work. Perhaps it will happen after v 1.3.