cannblw / knex-paginator

Simple paginator for Knex. It adds the .paginate() function to Knex's query builder.
15 stars 10 forks source link

Next page #3

Closed afifhusnul closed 5 years ago

afifhusnul commented 5 years ago

How to go next page? let say I have 600 records & I set per page will show 20 records, how to get url for next page?

xausky commented 5 years ago

Increase your page parameters and query again. Url is not controlled by this project.