RowsPerPageProps: The properties passed to the RowsPerPage component.

Param

A function that is called when the selected page size changes.

Param

The CSS styles to be applied to the component.

Hierarchy

  • RowsPerPageProps

Properties

handlePerPageChange: ((option) => void)

Type declaration

    • (option): void
    • Parameters

      • option: string

      Returns void

style: CSSProperties

Generated using TypeDoc