-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issue/1197 fix table layout #1199
Conversation
✅ Deploy Preview for labs-factfinder ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
The rows with "Data for this row are not comparable or are unavailable" are aligned differently between the 2010 view and the 2020 view. Do we care to change that?
f19eade
to
9ee60fe
Compare
9ee60fe
to
2cc6900
Compare
@@ -43,6 +44,21 @@ export default Component.extend({ | |||
return false; | |||
}), | |||
|
|||
displayEmptyCell: computed('rowConfig', 'pop', function () { |
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.
Can you explain what this property represents and why you need it? I'm having a hard time following the code.
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.
I will have to hold off on requesting a review. I need to make further changes to the PR.
Summary
This PR addresses the broken table layout mentioned in Issue 1197's comment
Tasks/Bug Numbers