File

paginator/src/paginator/paginator.types.ts

Description

Determines the different attributes of the paginator state.

Import

Example :
import { PaginatorState } from '@talenra/components/paginator';

See PaginatorComponent

Index

Properties

Properties

currentPage
currentPage: number
Type : number

The current page number.

itemsPerPage
itemsPerPage: number
Type : number

The number of items per page, that are to be displayed.

itemsPerPageOptions
itemsPerPageOptions: number[]
Type : number[]
Optional

The possible options for the items per page selection. Used to override the default options.

totalItems
totalItems: number
Type : number

The total number of items. Used to calculate the last page number.

results matching ""

    No results matching ""