We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcd82e commit ec93ddbCopy full SHA for ec93ddb
src/pagination/PaginationList.js
@@ -92,7 +92,7 @@ class PaginationList extends Component {
92
</span> : null;
93
94
if (typeof paginationShowsTotal === 'function') {
95
- total = paginationShowsTotal(start, to, dataSize);
+ total = paginationShowsTotal(start, to + 1, dataSize);
96
}
97
98
const dropDownStyle = {
0 commit comments