SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
270 stars 129 forks source link

fdp-table - When using a tree column as the first column without `selectionMode='multiple'`, expanding a row causes the rows below to become misaligned. This issue was observed in two different browsers. #12790

Open VenkatsCode opened 17 hours ago

VenkatsCode commented 17 hours ago

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Expanding a row should not misalign the below rows.

Can you handle that on the application side

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.)

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

^0.50.0

Please provide relevant source code (if applicable).

  1. Define fdp table with [isTreeTable]="true" and selectionMode='none'
  2. expand first row
  3. below rows gets misaligned

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Yes

Is there anything else we should know?

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.

droshev commented 17 hours ago

@VenkatsCode Can you create a stackblitz?