WinUI.TableView icon indicating copy to clipboard operation
WinUI.TableView copied to clipboard

using AutoSuggestBox for Search

Open ghost1372 opened this issue 1 year ago • 3 comments

Can you make it possible for us to use an AutoSuggestBox for searching? something like this:

<AutoSuggestBox Name="searchBox"/>

<TableView AutoSuggestBox="{x:Bind searchBox}"/>

ghost1372 avatar Oct 31 '24 13:10 ghost1372

Thanks for the suggestion, @ghost1372! I’m not sure what you’re asking... could you share a bit more context?

w-ahmad avatar Nov 14 '24 12:11 w-ahmad

@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) Screenshot 2024-11-14 154023

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.

ghost1372 avatar Nov 14 '24 12:11 ghost1372

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.

w-ahmad avatar Nov 22 '24 19:11 w-ahmad