-
Notifications
You must be signed in to change notification settings - Fork 158
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
I would like to dynamically load data #88
Comments
Hey, Thanks for creating the first issue. I will respond in a day or two. If doesn't, feel free to ping me. |
Hi @Apach3Q Thanks for reminding me. |
@iamSahdeep |
For example, my initial datasource only has three elements [1, 2, 3], with an initial index of 1.
When I swipe to the 0th page, I hope to insert an element "first - 1" at the beginning of the datasource, making it [0, 1, 2, 3].
Similarly, when I swipe to the last page, I hope to append an element "last + 1" to the end of the datasource, making it [0, 1, 2, 3, 4].
Can this functionality be supported?
Code below work error:
The text was updated successfully, but these errors were encountered: