Skip to content

Commit 34f3568

Browse files
committed
fix #514
1 parent 164c94e commit 34f3568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapTable.js

+4
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,10 @@ class BootstrapTable extends Component {
526526
return this.state.currPage;
527527
}
528528

529+
getTableDataIgnorePaging() {
530+
return this.store.getCurrentDisplayData();
531+
}
532+
529533
getPageByRowKey = rowKey => {
530534
const { sizePerPage } = this.state;
531535
const currentData = this.store.getCurrentDisplayData();

0 commit comments

Comments
 (0)