Skip to content

Commit 059bee2

Browse files
committed
prod
1 parent 5fbae9d commit 059bee2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

dist/react-bootstrap-table.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,14 @@ return /******/ (function(modules) { // webpackBootstrap
554554
});
555555
}
556556

557+
// If setting the expanded rows is being handled externally
558+
// then overwrite the current expanded rows.
559+
if (this.props.options.expanding !== options.expanding) {
560+
this.setState({
561+
expanding: options.expanding || []
562+
});
563+
}
564+
557565
if (selectRow && selectRow.selected) {
558566
// set default select rows to store.
559567
var copy = selectRow.selected.slice();

dist/react-bootstrap-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)