Pagination Glossary

Browse 2 pagination terms defined in plain English, from the cultural dictionary of computing.

2 Pagination Terms

API Pagination
The technique an API uses to split large result sets into smaller pages, commonly through page numbers, offsets, cursors, or tokens. Pagination is important...
Cursor
A pointer or token representing a current position within a dataset, result set, or stream so processing can continue from that point. Cursors are common in...

Related Topics