Paginator Pass Through

Pass Through documentation for Paginator component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Paginator PT Options#

Defines passthrough(pt) options of Paginator component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
contentPaginatorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
firstPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the first's DOM element.
prevPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the prev's DOM element.
nextPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the next's DOM element.
lastPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the last's DOM element.

PaginatorPages PT Options#

Defines passthrough(pt) options of PaginatorPages component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PaginatorPage PT Options#

Defines passthrough(pt) options of PaginatorPage component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorEllipsis PT Options#

Defines passthrough(pt) options of PaginatorEllipsis component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorFirst PT Options#

Defines passthrough(pt) options of PaginatorFirst component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorLast PT Options#

Defines passthrough(pt) options of PaginatorLast component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorNext PT Options#

Defines passthrough(pt) options of PaginatorNext component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorPrev PT Options#

Defines passthrough(pt) options of PaginatorPrev component.

labeltypedescription
rootPaginatorPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.