commit
c9419a2d0f
|
@ -19,7 +19,7 @@ The following attributes exist on the pagination object:
|
||||||
| ------------ | ------------
|
| ------------ | ------------
|
||||||
| `current` | The current record
|
| `current` | The current record
|
||||||
| `prev` | The record for the last page (might be `None`)
|
| `prev` | The record for the last page (might be `None`)
|
||||||
| `next` | The record for the net page (might be `None`)
|
| `next` | The record for the next page (might be `None`)
|
||||||
| `total` | The total number of items across all pages
|
| `total` | The total number of items across all pages
|
||||||
| `pages` | The total number of pages
|
| `pages` | The total number of pages
|
||||||
| `page` | The number of current page
|
| `page` | The number of current page
|
||||||
|
|
Loading…
Reference in New Issue