Skip to content

Allow 1D header in table #2072

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

Merged
merged 2 commits into from
Oct 6, 2017
Merged

Allow 1D header in table #2072

merged 2 commits into from
Oct 6, 2017

Conversation

monfera
Copy link
Contributor

@monfera monfera commented Oct 6, 2017

An item in #2056

One mock updated to show its use.

traceOut.header.values[i] = [traceOut.header.values[i]];
}
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

This makes me vaguely uneasy - having a different structure of the attribute in data vs _fullData. For example, the workspace looks at _fullData for what the current values are in order to construct controls, but then feeds control output back into data. It might be fine, but if there's a way to push this farther down, into data_preparation_helper perhaps, that would make me more comfortable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, will do!

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

Thanks, that makes me happier 💃

@monfera monfera merged commit 0a9b19c into master Oct 6, 2017
@monfera monfera deleted the table-1d-header branch October 6, 2017 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants