Skip to content

Commit 65415bd

Browse files
committed
comments for AllenFang#487
1 parent 7c88a3b commit 65415bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/js/pagination/custom-pagination-table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default class CustomPaginationTable extends React.Component {
4141
firstPage: 'First', // First page button text
4242
lastPage: 'Last', // Last page button text
4343
paginationShowsTotal: this.renderShowsTotal // Accept bool or function
44+
// hideSizePerPage: true > You can hide the dropdown for sizePerPage
4445
};
4546

4647
return (

0 commit comments

Comments
 (0)