From 8d9523a182a342a2221dc40aa0d9fd281bf465e2 Mon Sep 17 00:00:00 2001 From: rajaramg Date: Fri, 22 Sep 2017 08:11:54 +0000 Subject: [PATCH 1/2] exported totalpages to custom pagination panel --- src/pagination/PaginationList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pagination/PaginationList.js b/src/pagination/PaginationList.js index 6c8785500..46bd87b76 100644 --- a/src/pagination/PaginationList.js +++ b/src/pagination/PaginationList.js @@ -111,6 +111,7 @@ class PaginationList extends Component { sizePerPage, sizePerPageList, pageStartIndex, + totalPages: this.totalPages, changePage: this.changePage, toggleDropDown: this.toggleDropDown, changeSizePerPage: this.changeSizePerPage, From d6c3e6c9db052f3159be4ea95a1e82fdabd021f8 Mon Sep 17 00:00:00 2001 From: rajaramg Date: Fri, 22 Sep 2017 16:01:55 +0000 Subject: [PATCH 2/2] removed extra space --- src/pagination/PaginationList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pagination/PaginationList.js b/src/pagination/PaginationList.js index 46bd87b76..5f87f13cc 100644 --- a/src/pagination/PaginationList.js +++ b/src/pagination/PaginationList.js @@ -111,7 +111,7 @@ class PaginationList extends Component { sizePerPage, sizePerPageList, pageStartIndex, - totalPages: this.totalPages, + totalPages: this.totalPages, changePage: this.changePage, toggleDropDown: this.toggleDropDown, changeSizePerPage: this.changeSizePerPage,