Update 0BDFDB.plugin.js
This commit is contained in:
parent
27dfb8ae7d
commit
f209f9e2dd
|
@ -6525,7 +6525,7 @@ module.exports = (_ => {
|
||||||
currentPage: this.state.offset + 1,
|
currentPage: this.state.offset + 1,
|
||||||
pageSize: this.props.amount,
|
pageSize: this.props.amount,
|
||||||
maxVisiblePages: this.props.maxVisiblePages,
|
maxVisiblePages: this.props.maxVisiblePages,
|
||||||
onPageChange: page => {this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1);}
|
onPageChange: page => this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1)
|
||||||
}),
|
}),
|
||||||
this.props.jump && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TextInput, {
|
this.props.jump && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TextInput, {
|
||||||
type: "number",
|
type: "number",
|
||||||
|
|
Loading…
Reference in New Issue