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

Issue/1197 fix table layout #1199

Closed
wants to merge 1 commit into from
Closed

Conversation

horatiorosa
Copy link
Contributor

Summary

This PR addresses the broken table layout mentioned in Issue 1197's comment

Tasks/Bug Numbers

@horatiorosa horatiorosa requested a review from a team as a code owner May 15, 2024 20:47
@horatiorosa horatiorosa self-assigned this May 15, 2024
Copy link

netlify bot commented May 15, 2024

Deploy Preview for labs-factfinder ready!

Name Link
🔨 Latest commit 2cc6900
🔍 Latest deploy log https://app.netlify.com/sites/labs-factfinder/deploys/66452d2bd5dc71000849f4f0
😎 Deploy Preview https://deploy-preview-1199--labs-factfinder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@horatiorosa horatiorosa changed the base branch from develop to staging May 15, 2024 21:14
Copy link
Collaborator

@dhochbaum-dcp dhochbaum-dcp left a 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?

@horatiorosa horatiorosa force-pushed the issue/1197-fix-table-layout branch from f19eade to 9ee60fe Compare May 15, 2024 21:42
@horatiorosa horatiorosa force-pushed the issue/1197-fix-table-layout branch from 9ee60fe to 2cc6900 Compare May 15, 2024 21:46
@@ -43,6 +44,21 @@ export default Component.extend({
return false;
}),

displayEmptyCell: computed('rowConfig', 'pop', function () {
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@horatiorosa horatiorosa marked this pull request as draft May 16, 2024 13:23
@horatiorosa horatiorosa reopened this May 17, 2024
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.

Issue/16067: PFF Updates: Fixes for Misc items and Selections or DTE Group table with zero values showing
3 participants