WatermelonDB
WatermelonDB copied to clipboard
Observable list with pagination
Hello guys, i am looking forward to make observed list in watermelon with pagination, is it possible if yes, could you guys guide me?
database.collections
.get<Hoot>("hoots")
.query(
Q.experimentalSortBy("created_at", "desc"),
Q.experimentalTake(10),
Q.experimentalSkip(0)
)
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.