Skip to content

Commit a9db5b1

Browse files
ldsteintannerlinsley
authored andcommitted
Add minRows to list of available props (TanStack#295)
* Added showPaddedRows prop * Added minRows to defaultProps, added to documentation. * Revert "Added showPaddedRows prop" This reverts commit be89c49. * Removed minRows from defaultProps
1 parent 846fc0d commit a9db5b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ These are all of the available props (and their default values) for the main `<R
158158
showPageSizeOptions: true,
159159
pageSizeOptions: [5, 10, 20, 25, 50, 100],
160160
defaultPageSize: 20,
161+
minRows: undefined,
161162
showPageJump: true,
162163
collapseOnSortingChange: true,
163164
collapseOnPageChange: true,

0 commit comments

Comments
 (0)