You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the package:
"Is it possible to use this package to load more data when it's required?".
Because, it's a common situation that you want to load more data from server on user demand by paginating results, specially when you have a huge amount of data. I think one simple solution for providing this feature is to define a method that return the list of items (response of future method) and so in this case there is no need to use the OnItemFound method. This option give us more flexibility for writing our logic.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
alr2413
changed the title
Lazy load search action
Lazy load searching
Apr 4, 2020
Special thanks for providing this package.
I have a question about the package:
"Is it possible to use this package to load more data when it's required?".
Because, it's a common situation that you want to load more data from server on user demand by paginating results, specially when you have a huge amount of data. I think one simple solution for providing this feature is to define a method that return the list of items (response of future method) and so in this case there is no need to use the OnItemFound method. This option give us more flexibility for writing our logic.
Thanks in advance.
The text was updated successfully, but these errors were encountered: