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 7c88a3b commit 65415bdCopy full SHA for 65415bd
examples/js/pagination/custom-pagination-table.js
@@ -41,6 +41,7 @@ export default class CustomPaginationTable extends React.Component {
41
firstPage: 'First', // First page button text
42
lastPage: 'Last', // Last page button text
43
paginationShowsTotal: this.renderShowsTotal // Accept bool or function
44
+ // hideSizePerPage: true > You can hide the dropdown for sizePerPage
45
};
46
47
return (
0 commit comments