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

using AutoSuggestBox for Search #53

Open
ghost1372 opened this issue Oct 31, 2024 · 3 comments
Open

using AutoSuggestBox for Search #53

ghost1372 opened this issue Oct 31, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@ghost1372
Copy link

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 ghost1372 added the enhancement New feature or request label Oct 31, 2024
@w-ahmad
Copy link
Owner

w-ahmad commented Nov 14, 2024

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

@ghost1372
Copy link
Author

@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.

@w-ahmad
Copy link
Owner

w-ahmad commented Nov 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants