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

Autocomplete on Paged list of data #71

Open
devmithunnath opened this issue Feb 27, 2020 · 0 comments
Open

Autocomplete on Paged list of data #71

devmithunnath opened this issue Feb 27, 2020 · 0 comments

Comments

@devmithunnath
Copy link

I have a scenario, where a service is providing paged data for example List. Also, I have a textfield which needs to be autocomplete and show suggestions from the data that has been sent by the above service. I have the service working fine, it sends paged data if I send the pageIndex and pageSize. But I'm not sure how to implement the autocomplete part, is there a way to implement this using PageWiseLoad and type_ahead package?

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

No branches or pull requests

1 participant