paginator/src/paginator/paginator.types.ts
Interface for custom messages/translations used in the paginator. Custom messages will override default messages provided via localize.
import { IPaginatorMessages } from '@talenra/components/paginator';
Properties |
| itemsPerPage |
itemsPerPage:
|
Type : string
|
|
Custom message for the "items per page" label as displayed in the items per page selection. |
| of |
of:
|
Type : string
|
|
Custom message for the "of" label as used in "Page 1 of 10". |