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

Check changing of visible column #535

Open
wants to merge 4 commits into
base: v0
Choose a base branch
from
Open

Check changing of visible column #535

wants to merge 4 commits into from

Conversation

Grace951
Copy link

To fix visible columns header do not updated when props.columns changed.
When different data(different column definition) loaded from ajax, I update props.results, props.columns and props.columnMetadata. Then I found that data are updated but the column header did not.

I fixed it by update column in componentWillReceiveProps( ) when props.columns changed

@ryanlanciaux ryanlanciaux changed the base branch from master to v0-x February 19, 2017 12:15
@ryanlanciaux ryanlanciaux changed the base branch from v0-x to v0 February 19, 2017 15:08
@sww314 sww314 added the v0 label Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants