Skip to content

Commit

Permalink
fix #514
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jun 19, 2016
1 parent 164c94e commit 34f3568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ class BootstrapTable extends Component {
return this.state.currPage;
}

getTableDataIgnorePaging() {
return this.store.getCurrentDisplayData();
}

getPageByRowKey = rowKey => {
const { sizePerPage } = this.state;
const currentData = this.store.getCurrentDisplayData();
Expand Down

1 comment on commit 34f3568

@vspedr
Copy link

@vspedr vspedr commented on 34f3568 Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for this 🎉

Please sign in to comment.