Skip to content

Instantly share code, notes, and snippets.

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