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

Bug: Incorrect border in fdp-table #11917

Closed
do-oel opened this issue May 15, 2024 · 1 comment · Fixed by #11947
Closed

Bug: Incorrect border in fdp-table #11917

do-oel opened this issue May 15, 2024 · 1 comment · Fixed by #11947
Assignees

Comments

@do-oel
Copy link

do-oel commented May 15, 2024

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Fundamental NGX offers the noVerticalBorders and the noOuterBorders options for fdp-tables. When we apply both at the same time, the right-most column incorrectly displays a vertical border on its left side. This should not appear.

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

Latest (v0.49) and before

If this is a bug, please provide steps for reproducing it; the exact components you are using;

  1. Use the platform table fdp-table
  2. Apply both [noVerticalBorders]="true" and [noOuterBorders]="true"

Example

Screenshot 2024-05-15 at 13 25 42

@do-oel
Copy link
Author

do-oel commented May 28, 2024

Hi @InnaAtanasova. Thanks for the fix! The combination of noOuterBorders and noVerticalBorders works perfectly fine now. However, I just noticed that the border on the left side of the last column still appears for noBorders and noVerticalBorders only. We don't use these two - so no problem for us, just fyi.

Screenshot 2024-05-28 at 10 36 45
Screenshot 2024-05-28 at 10 36 30

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 a pull request may close this issue.

3 participants