AG-528 Document and use in examples overriding of style in child (react component) divs
This commit is contained in:
@@ -16,6 +16,9 @@ export default class DetailPanelComponent extends Component {
|
||||
|
||||
this.onGridReady = this.onGridReady.bind(this);
|
||||
this.onSearchTextChange = this.onSearchTextChange.bind(this);
|
||||
|
||||
// override the containing div so that the child grid fills the row height
|
||||
this.props.reactContainer.style.height = "100%";
|
||||
}
|
||||
|
||||
onGridReady(params) {
|
||||
|
||||
Reference in New Issue
Block a user