You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug report for the @clr Angular or UI versions of the design system.
For the web-component implementation of Clarity (@cds), visit vmware-clarity/core.
Describe the bug
When selecting columns with empty cells, Datagrid rows collapse.
Workaround provided by clarity team:
using default min-height for datagrid cells
& nbsp; in the blank column which does not shrink the row height.
While the workaround resolves the problem, but we believe that this behaviour is a bug in the Clarity Datagrid that requires a proper fix.
By raising this clarity issue, we hope to bring attention to the problem and request a fix from the Clarity team to address the collapsing rows on empty cells.
This is a bug report for the
@clr
Angular or UI versions of the design system.For the web-component implementation of Clarity (
@cds
), visit vmware-clarity/core.Describe the bug
When selecting columns with empty cells, Datagrid rows collapse.
Workaround provided by clarity team:
While the workaround resolves the problem, but we believe that this behaviour is a bug in the Clarity Datagrid that requires a proper fix.
By raising this clarity issue, we hope to bring attention to the problem and request a fix from the Clarity team to address the collapsing rows on empty cells.
How to reproduce
https://stackblitz.com/edit/clarity-datagrid-basic-khanro?file=src%2Fapp%2Fapp.component.html
Steps to reproduce the behaviour:
Expected behavior
The Datagrid should maintain consistent row height even when columns contain empty cells.
Versions
Clarity version:
Framework version:
ie: Angular 13.3.10
Additional notes
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered: