Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Last active September 4, 2018 23:01
Show Gist options
  • Save rajatk16/9c5e63847e3cf4d0370fb188a945ff20 to your computer and use it in GitHub Desktop.
Save rajatk16/9c5e63847e3cf4d0370fb188a945ff20 to your computer and use it in GitHub Desktop.
columns: {
'column-1': {
id: 'column-1',
title: "Heroes",
heroId: []
},
'column-2': {
id: 'column-2',
title: 'Alive',
heroId: [],
},
'column-3': {
id: 'column-3',
title: 'Dead',
heroId: [],
}
},
columnsort: ['column-1', 'column-2', 'column-3']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment