Skip to content

Instantly share code, notes, and snippets.

@raymatos
Last active February 23, 2016 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raymatos/101a4e48b51fd9a41a3b to your computer and use it in GitHub Desktop.
Save raymatos/101a4e48b51fd9a41a3b to your computer and use it in GitHub Desktop.
[{
column_id: 'first_grouped_column',
groups: [{
count: 12,
value: 'A'
}, {
count: 14,
value: 'B'
}]
}, {
column_id: 'second_grouped_column',
groups: [{
count: 12,
value: '1',
parent: ['A']
}, {
count: 14,
value: '1',
parent: ['B']
}]
}, , {
column_id: 'third_grouped_column',
groups: [{
count: 12,
value: '1',
parent: ['A', '1']
}, {
count: 14,
value: '1',
parent: ['B', '1']
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment