Skip to content

PaginationOperations

PaginationOperations: object

Defined in: core/services/pagination-service.ts:6

Interface for pagination operations in the data grid, including navigation and page size management.

Type declaration

NameTypeDescriptionDefined in
changePageSize(newPageSize) => voidChanges the page size for the data grid.core/services/pagination-service.ts:22
goToNextPage() => voidNavigates to the next page in the data grid.core/services/pagination-service.ts:15
goToPage(newPage) => voidNavigates to a specific page in the data grid.core/services/pagination-service.ts:29
goToPrevPage() => voidNavigates to the previous page in the data grid.core/services/pagination-service.ts:10