From 01be6fc275d0ebdc5df81f917d3b63fbb5323be7 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 6 May 2018 15:08:43 +0800 Subject: [PATCH] example for #238 --- .../examples/pagination/custom-pagination.js | 1 + 1 file changed, 1 insertion(+) 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 }, {