Documentation
Preparing search index...
react-ui/src
TablePaginationOptions
Type Alias TablePaginationOptions
TablePaginationOptions
:
Partial
<
{
nextPage
:
()
=>
void
;
numPages
:
number
;
page
:
number
;
previousPage
:
()
=>
void
;
rowsPerPage
:
number
;
setRowsPerPage
:
(
rowsPerPage
:
number
)
=>
void
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...