mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add previous page to kind listings
This commit is contained in:
parent
200b6f265b
commit
de93e1282c
2 changed files with 7 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export class PaginatedList {
|
|||
return {
|
||||
number: pageNumber,
|
||||
items,
|
||||
hasPreviousPage: this.hasPage( pageNumber - 1 ),
|
||||
hasNextPage: this.hasPage( pageNumber + 1 ),
|
||||
get json() {
|
||||
return JSON.stringify( items )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue