TablePaginationSlots

external interface TablePaginationSlots(source)

Properties

Link copied to clipboard
abstract var actions: ElementType<*>?

The component that renders the actions.

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

The component that renders the displayed rows.

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

The component that renders the menu item.

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

The component that renders the root.

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

The component that renders the select.

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

The component that renders the select label.

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

The component that renders the spacer.

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

The component that renders the toolbar.