Skip to main content
cngx-src documentation

CngxPaginatorConfig

Interface

projects/ui/paginator/paginator-config.ts

Import#

import { CngxPaginatorConfig } from '@cngx/ui/paginator'

Description#

Resolved paginator configuration. Three required sub-trees - accessible-name strings, live-region announcement phrasing, and data-readout formatters - plus a flat pageSizeOptions list and an optional templates slot tree, each merged independently by the reducer in provideCngxPaginatorConfig.

Index#

Instance Properties#

Readonly
Readonly
Readonly
pageSizeOptions#unknown
Readonly

Default items-per-page choices the cngx-pgn-page-size dropdown renders when no per-instance [options] is bound. The instance input still wins when it is non-empty; this is the cascade fallback so the segment needs no boilerplate. Replaced wholesale (not merged) by withPaginatorPageSizeOptions - a size list is one atomic value.

ReadonlyOptional