Pass Through documentation for Paginator component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Paginator component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| content | PaginatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| first | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the first's DOM element. |
| prev | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the prev's DOM element. |
| next | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the next's DOM element. |
| last | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the last's DOM element. |
Defines passthrough(pt) options of PaginatorPages component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorPage component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorEllipsis component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorFirst component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorLast component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorNext component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PaginatorPrev component.
| label | type | description |
|---|---|---|
| root | PaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |