Skip to content

Paging enhancements #10

@brgrz

Description

@brgrz

Would it be possible to introduce overloads for Paged() that instead of current page use "take" and "skip" (where take is essentialy page size and skip is the number of items to skip)?

I generally find paging built around take and skip more intuitive than currentPage/pageSize.

(optionally)
Also it'd be nice if the PagedResults generic class returned the parameters we sent in (the current page/page size or take/skip).

Both enhancements would allow for less boilerplate code to support paging.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions