Skip to content

Pagination pageCount incorrect #179

@bashleigh

Description

@bashleigh

Seems like the page count returned from the crud endpoint is rounded down.

{
    "count": 10,
    "total": 41,
    "page": 1,
    "pageCount": 4
}

Rounding up would solve this issue.

Like Math.round(41/10) === 5

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions