We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da1b85 commit f5d3789Copy full SHA for f5d3789
examples/js/pagination/custom-pagination-table.js
@@ -55,6 +55,7 @@ export default class CustomPaginationTable extends React.Component {
55
// hideSizePerPage: true > You can hide the dropdown for sizePerPage
56
// alwaysShowAllBtns: true // Always show next and previous button
57
// withFirstAndLast: false > Hide the going to First and Last page button
58
+ // hidePageListOnlyOnePage: true > Hide the page list if only one page.
59
};
60
61
return (
0 commit comments