Pagination Bar
LmnPaginationBarComponent
import { LmnPaginationBarComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
allowedPageSizes r |
| It defines the values to display in the pages sizes dropdown. |
allowPageChoice r |
| It defines whether to display the page selection Input. |
allowPageSizeChange r |
| It defines whether it is possible to change the page size. |
changePageSize r |
| |
itemsCount r |
| It informs the component of the total count of items in the data set. If not defined, it means we don’t know the total count of items in the data set. |
nativeElement r | HTMLElement | |
negative r |
| It switches the component to its negative mode. |
page r |
| It defines the default page number. |
pageSize r |
| It defines the default page size. |
showVisibleItemsRange r |
| It defines whether the range of visible items is visible. |