Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support modifying grid's column-children #118

Merged
merged 2 commits into from
Aug 23, 2016

Conversation

jcmoore
Copy link
Contributor

@jcmoore jcmoore commented Aug 22, 2016

@dlasky @shuwen @anthonykoerber

these changes should make additions to, removals from, and shufflings of a grid's columns result in the corresponding changes to each of the grid's items

_expansionChanged: function (expanded) {
this.toggleClass("expanded", !!expanded, this.$.carat);
},

_interceptColumns: function (columns, _isAttached) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_checkAttached ?? _attachedFilter

@dlasky
Copy link
Contributor

dlasky commented Aug 23, 2016

👍 optional name change other than that looks great

@shuwen
Copy link
Contributor

shuwen commented Aug 23, 2016

lgtm

@jcmoore jcmoore merged commit b891bb6 into MediaMath:develop Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants