olavim / objection-cursor

Cursor based pagination plugin for Objection.js
MIT License
30 stars 8 forks source link

How to implement with vue? #2

Closed marufmax closed 5 years ago

marufmax commented 5 years ago

Hi, I am new to cursor based pagination, how can i implement this in front-end? Any resources link can be also helpful.

"pageInfo": {
"next": "MTA",
"previous": "MQ",
"total": 2304,
"hasNext": true
}

Also how can I go to next page?

Thanks