Skip to content

Commit f5d3789

Browse files
committed
examples for #1046
1 parent 2da1b85 commit f5d3789

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
@@ -55,6 +55,7 @@ export default class CustomPaginationTable extends React.Component {
5555
// hideSizePerPage: true > You can hide the dropdown for sizePerPage
5656
// alwaysShowAllBtns: true // Always show next and previous button
5757
// withFirstAndLast: false > Hide the going to First and Last page button
58+
// hidePageListOnlyOnePage: true > Hide the page list if only one page.
5859
};
5960

6061
return (

0 commit comments

Comments
 (0)