Created
April 10, 2019 10:58
-
-
Save maxkoretskyi/7c8fe8d1ff408a85f2185ce46b18cf04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (AgGridColumn.hasChildColumns(this.props)) { | |
gridOptions.columnDefs = AgGridColumn.mapChildColumnDefs(this.props); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment