-
Notifications
You must be signed in to change notification settings - Fork 597
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 properties to show selected columns in copy-number and structural variant tables on init #9960
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text update and discussion item.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates
4dae5c8
to
a573f99
Compare
# skin.results_view.mutation_table.columns.show_on_init= | ||
# skin.patient_view.mutation_table.columns.show_on_init= | ||
# skin.patient_view.copy_number_table.columns.show_on_init= | ||
# skin.patient_view.structural_variant_table.columns.show_on_init= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# skin.results_view.mutation_table.columns.show_on_init= | |
# skin.patient_view.mutation_table.columns.show_on_init= | |
# skin.patient_view.copy_number_table.columns.show_on_init= | |
# skin.patient_view.structural_variant_table.columns.show_on_init= | |
skin.results_view.mutation_table.columns.show_on_init= | |
skin.patient_view.mutation_table.columns.show_on_init= | |
skin.patient_view.copy_number_table.columns.show_on_init= | |
skin.patient_view.structural_variant_table.columns.show_on_init= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@inodb Thanks for the suggestion. I've fixed the code and rebased the PR.
… variant tables on init
a573f99
to
a8e944b
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Following #9912, this PR extends the functionality to the patient view tables of Copy Number and Structural Variant data (properties that will allow to define the columns that are shown on initialization for Copy Number and Structural Variant patient view tables).