Skip to content

Commit

Permalink
assaign a class to div of pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 7, 2016
1 parent fa2c827 commit 1ab1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class BootstrapTable extends React.Component {
dataSize = this.store.getDataNum();
}
return (
<div>
<div className="table-footer-pagination">
<PaginationList
ref="pagination"
currPage={this.props.options.page || 1}
Expand Down

0 comments on commit 1ab1662

Please sign in to comment.