Skip to content

Instantly share code, notes, and snippets.

View RomanSoloweow's full-sized avatar

GMIKE RomanSoloweow

View GitHub Profile
@RomanSoloweow
RomanSoloweow / Pagination.md
Last active January 22, 2021 15:02
Pagination
View Pagination.md

Pagination

Result

paginator

Algorithm code

int countRecords = ...;
int countOnPage = ...;
int currentPage = ...;