Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 667f21a

Browse files
committed
Table: deprecate itemsPerPage property
Signed-off-by: Andrea Rosci <[email protected]>
1 parent cdc810e commit 667f21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Table/TableBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ export interface TableBaseProps<T> {
769769
/** If true, the total number of items shown on the page will be indicated as being approximate. Useful for when you don't now the full size of your dataset. Only used if `usePager` is true. */
770770
fuzzyPager?: boolean;
771771
/** The number of items to be shown per page. Only used if `usePager` is true. Defaults to 50. */
772+
/** @deprecated use pagination.itemsPerPage */
772773
itemsPerPage?: number;
773774
/** Information from a server side pagination */
774775
pagination?: Pagination;

0 commit comments

Comments
 (0)