WatermelonDB icon indicating copy to clipboard operation
WatermelonDB copied to clipboard

Observable list with pagination

Open uonuon opened this issue 3 years ago • 1 comments

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)
  )

uonuon avatar Apr 24 '21 13:04 uonuon

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.

stale[bot] avatar Apr 16 '22 17:04 stale[bot]