TablePaginationSlots

external interface TablePaginationSlots(source)

Properties

Link copied to clipboard
abstract var actions: Any?

The slots that passed to the actions slot.

Link copied to clipboard
abstract var displayedRows: ElementType<*>

The tag that renders the displayedRows slot.

Link copied to clipboard
abstract var menuItem: ElementType<*>

The component that renders the select slot. Follow this guide to learn more about the requirements for this component.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root slot. Follow this guide to learn more about the requirements for this component.

Link copied to clipboard
abstract var select: ElementType<*>

The component that renders the select slot. Follow this guide to learn more about the requirements for this component.

Link copied to clipboard
abstract var selectLabel: ElementType<*>

The tag that renders the selectLabel slot.

Link copied to clipboard
abstract var spacer: ElementType<*>

The tag that renders the spacer slot.

Link copied to clipboard
abstract var toolbar: ElementType<*>

The component that renders the toolbar slot. Follow this guide to learn more about the requirements for this component.