-
Notifications
You must be signed in to change notification settings - Fork 307
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
Show/Hide bug fix #144
Show/Hide bug fix #144
Conversation
Codecov Report
Continue to review full report at Codecov.
|
@alisman @adamabeshouse The fix is actually one line to make the show/hide work again: https://github.com/cBioPortal/cbioportal-frontend/pull/144/files#diff-dd74d85f67f0228723795bf4b6f21e1dR497 But I also made some improvements. Basically, now the |
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.
Looks good but I just have that one naming comment
this.state = { | ||
columnVisibility: EnhancedReactTable.resolveVisibility(props.columns, props.rawData), | ||
columnSort: this.resolveSortable(this.props.columns || {}), |
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.
this name doesn't make sense to me/is sort of vague. It's not quite a verb, not quite a noun. I think it should be sortableColumns or something. same with columnFilter
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.
okay, let's change to sortableColumns
and filterableColumns
.
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
…yarn/ssri-6.0.2 Bump ssri from 6.0.1 to 6.0.2
What? Why?
Fixes and improves the show/hide feature behavior.
Checks
can be automatically added by git if you run the
git-commit
command withthe
-s
option)