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

Datagrid expanded row column width calculation is not happening when header column resize happens and causing data rendering issues #1622

Open
1 task done
kumart-netapp opened this issue Nov 20, 2024 · 0 comments
Assignees

Comments

@kumart-netapp
Copy link

Describe the bug

If datagrid has an expandable row using projectAs and the expanded row column width is not inline with columns of the parent row when we resize it.
You can refer the stackblitz to test.

How to reproduce

https://stackblitz.com/edit/cdyhba-57atyg?file=src%2Fapp%2FexpandableRowComponent.ts

Steps to reproduce the behavior:

  1. Expand any row
  2. Resize any column header
  3. Observe the expanded row columns are not resizing as per parent row column width.
  4. You need to close the expanded row and reopen to render the expanded row correctly.

Issue Recording: [

Screen.Recording.2024-11-20.at.11.54.33.AM.mov

](url)

Expected behavior

Expanded row columns width should be inline with parent row columns width when column resizing is done.

Versions

Clarity version:

  • v17.4.0

Framework version:
Angular 16

Device:

  • Type: [MacBook]
  • OS: [iOS]
  • Browser [chrome]

Additional notes

Add any other notes about the problem here.

@dtsanevmw dtsanevmw self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants