diff --git a/packages/react-bootstrap-table2-example/examples/pagination/custom-pagination.js b/packages/react-bootstrap-table2-example/examples/pagination/custom-pagination.js index 63197a3..1bcb6e2 100644 --- a/packages/react-bootstrap-table2-example/examples/pagination/custom-pagination.js +++ b/packages/react-bootstrap-table2-example/examples/pagination/custom-pagination.js @@ -65,6 +65,7 @@ const options = { prePageTitle: 'Pre page', firstPageTitle: 'Next page', lastPageTitle: 'Last page', + showTotal: true, sizePerPageList: [{ text: '5', value: 5 }, {