UseTablePagination
Home > @backstage/ui > UseTablePagination
Signature:
export interface UseTablePagination<T = any>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
T[] |
(Optional) Sliced data for current page - only available when data is provided to useTable | ||
|
() => void |
Go to next page | ||
|
number |
Current offset | ||
|
number |
Current page size | ||
|
Props to pass to TablePagination component | |||
|
() => void |
Go to previous page | ||
|
(offset: number) => void |
Set specific offset | ||
|
(pageSize: number) => void |
Set page size |