Pagination
Pagination allows you to do batch selection of data from their source. The library provides two ready-to-use classes for that:
Custom Pagination¶
The custom pagination class should:
- Inherit from the
BasePaginationclass. - Implement the
get_offsetandget_limitmethods.