Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created April 10, 2019 10:58
Show Gist options
  • Save maxkoretskyi/7f27febc67b15cb50fcd9fd829c20007 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/7f27febc67b15cb50fcd9fd829c20007 to your computer and use it in GitHub Desktop.
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