Range/category pagination model - a sibling to {@link CngxPaginate}, NOT a mode flag on it ยท Atom directive that trac...
common/data/paginate
Category
Features5#
- DirectiveCngxBucketPaginateWCAG AARange/category pagination model - a sibling to {@link CngxPaginate}, NOT a mode flag on it
- DirectiveCngxPaginateWCAG AAAtom directive that tracks pagination state (current page index and page size)
- DirectiveCngxPaginateResetOnWCAG AAResets a cngxPaginate host to the first page whenever the bound key changes - the composable form of {@link connectPa...
- DirectiveCngxPaginateRoutingWCAG AAPersists a cngxPaginate host's page / size in the URL query string, so a paginated view is deep-linkable and surv...
- TokenCNGX_BUCKET_PAGINATE_HOSTWCAG AADI token the CngxBucketPaginate range model provides via useExisting
References6#
- InterfaceCngxBucketA category bucket: a label plus a predicate that decides which items fall into it
- InterfaceCngxBucketPaginateHostRead-and-write contract a category/range chip strip ( cngx-pgn-alpha ) injects instead of the concrete CngxBucketPagi...
- InterfaceCngxBucketPaginateViewA single bucket as the chips segment reads it - the label only
- InterfaceCngxPaginateEmitHandlersHandlers the two-way emit bridge forwards page changes to - typically a host component's pageIndexChange / pageSi...
- FunctionconnectPaginateEmitWires the {@link CngxPaginate} brain's page / page-size changes onto a host's two-way outputs with exactly-on...
- FunctionconnectPaginateResetOnWires the reset-on-change behaviour onto a {@link CngxPaginate} brain: when key() changes (after the initial run) the...