Skip to content

Commit 3dfafbe

Browse files
committed
prod
1 parent a022ebc commit 3dfafbe

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

dist/react-bootstrap-table.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,13 +1184,14 @@ return /******/ (function(modules) { // webpackBootstrap
11841184
}
11851185
var options = this.props.options;
11861186

1187+
var withFirstAndLast = options.withFirstAndLast === undefined ? true : options.withFirstAndLast;
11871188
if (Math.ceil(dataSize / this.state.sizePerPage) <= 1 && this.props.ignoreSinglePage) return null;
11881189
return _react2.default.createElement(
11891190
'div',
11901191
{ className: 'react-bs-table-pagination' },
11911192
_react2.default.createElement(_PaginationList2.default, {
11921193
ref: 'pagination',
1193-
withFirstAndLast: options.withFirstAndLast,
1194+
withFirstAndLast: withFirstAndLast,
11941195
alwaysShowAllBtns: options.alwaysShowAllBtns,
11951196
currPage: this.state.currPage,
11961197
changePage: this.handlePaginationData,

dist/react-bootstrap-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)