Ag-Grid component with input support

Is it possible grouping columns?

I see this example:
image

I try something

gb.configure_column(‘Athlete Details’, children=[{‘field’: ‘athlete’, ‘field’: ‘age’, ‘field’: ‘country’}])

but it doesn’t work. It shows the group Athlete Details but then only the last children column
image