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

Add functionality to show selected columns in mutations table on init #4435

Closed
wants to merge 1 commit into from

Conversation

oplantalech
Copy link
Contributor

Frontend implementation of cBioPortal/cbioportal#9912

return;
}
const visibleColumns = visibleColumnsProperty.split(',');
Object.keys(tableColumns).forEach(column => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

you don't have to update this but _.forIn(...) will allow you to iterate over members of object and give you both key and value.

@alisman
Copy link
Collaborator

alisman commented Dec 13, 2022

@oplantalech @pvannierop can you guys fix the CircleCI association of hyve with cbioportal so that these tests will run? If I remember it has something to do with CircleIC Hyve account watching your own fork?

@oplantalech
Copy link
Contributor Author

Replaced by #4452

@oplantalech oplantalech deleted the mut_selected_columns branch December 14, 2022 10:53
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.

2 participants