diff --git a/src/BootstrapTable.js b/src/BootstrapTable.js index acb7e8084..653378f6b 100644 --- a/src/BootstrapTable.js +++ b/src/BootstrapTable.js @@ -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();