Breadcrumbs

pas-base-directives: TablePaginationDirective

Specification

Attribute

Type

Description

Example

pasTablePagination

string or number

This directive selector defines the page size default.

10

pasTablePaginationPageSizeOptions

string[] or number[]

Used to set the page size options.

10,25,50,100

Example

<pas-data-table-lazy pasTablePagination="10"
                     pasTablePaginationPageSizeOptions="10,25,50,100">
</pas-data-table-lazy>
📗