Skip to content

Instantly share code, notes, and snippets.

@jcricaro
Created April 16, 2018 07:03
Show Gist options
  • Save jcricaro/e2ce3320710d7cd346cceb74b2909f2f to your computer and use it in GitHub Desktop.
Save jcricaro/e2ce3320710d7cd346cceb74b2909f2f to your computer and use it in GitHub Desktop.
for(var column in this.sharedState.data.columns) {
if(event.target.attributes.column.value !== column) {
if(this.sharedState.data.columns[column].column == event.target.value) {
this.sharedState.data.columns[column].column = null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment