Paginator Pass Through
Pass Through documentation for Paginator component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
The component's PT demo referenced as paginator-pt is unavailable or does not exist.
PaginatorRoot PT Options#
Defines passthrough(pt) options of Paginator component.
| label | type | description |
|---|---|---|
| root | PaginatorRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| content | PaginatorRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| first | PaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the first's DOM element. |
| prev | PaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the prev's DOM element. |
| next | PaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the next's DOM element. |
| last | PaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the last's DOM element. |
PaginatorPages PT Options#
Defines passthrough(pt) options of PaginatorPages component.
| label | type | description |
|---|---|---|
| root | PaginatorPagesPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
PaginatorPage PT Options#
Defines passthrough(pt) options of PaginatorPage component.
| label | type | description |
|---|---|---|
| root | PaginatorPagePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
PaginatorEllipsis PT Options#
Defines passthrough(pt) options of PaginatorEllipsis component.
| label | type | description |
|---|---|---|
| root | PaginatorEllipsisPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
PaginatorFirst PT Options#
Defines passthrough(pt) options of PaginatorFirst component.
| label | type | description |
|---|---|---|
| root | PaginatorFirstPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
PaginatorLast PT Options#
Defines passthrough(pt) options of PaginatorLast component.
| label | type | description |
|---|---|---|
| root | PaginatorLastPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
PaginatorNext PT Options#
Defines passthrough(pt) options of PaginatorNext component.
| label | type | description |
|---|---|---|
| root | PaginatorNextPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
PaginatorPrev PT Options#
Defines passthrough(pt) options of PaginatorPrev component.
| label | type | description |
|---|---|---|
| root | PaginatorPrevPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |