typicaljoe / taffydb

TaffyDB - an open source JavaScript Database for your browser
http://taffydb.com
MIT License
2.21k stars 285 forks source link

.order .start .limit need help #162

Open stevenhaab opened 5 years ago

stevenhaab commented 5 years ago

.order works, and limit works. But I'm not succeeding in paging through records, using .start(), like 30 returned at a time. Eg, 1-30, then 31-60, then 61-90. If I do .order().start().limit() it's not returning things in desired order. Does anyone have an example of paging through records, that I could look at?