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

Row height not respected in grid components #14605

Closed
georgianastasov opened this issue Jul 31, 2024 · 1 comment · Fixed by #14637
Closed

Row height not respected in grid components #14605

georgianastasov opened this issue Jul 31, 2024 · 1 comment · Fixed by #14637
Assignees
Labels
🐛 bug Any issue that describes a bug 📉 regression 🔥 severity: high grid ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@georgianastasov
Copy link
Contributor

Description

The rowHeight parameter in the igx-grid, igx-tree-grid, and igx-hierarchical-grid components of Ignite UI for Angular is not functioning as expected in versions 18.0.0 and above. Despite setting the rowHeight property, the row height does not adjust accordingly, and there is no min-height property set on the respective grid cell elements.

P.S: This issue does not occur in version 17.2.0 where everything works as expected.

  • igniteui-angular version: 18.0.0+
  • browser: All

Steps to reproduce

  1. Set up an Angular application using Ignite UI for Angular version 18.0.0 or above.
  2. Implement the igx-grid, igx-tree-grid, or igx-hierarchical-grid component and set the rowHeight property to a specific value.
  3. Observe that the row height is not adjusted according to the specified value.

Result

The row height remains unchanged regardless of the rowHeight property value. There is no min-height property applied to the respective grid cell elements.

Expected result

The row height should adjust according to the specified rowHeight property value, as it did in previous versions (e.g., 17.2.0).

Attachments

Please refer to the provided sample links demonstrating the issue:

@JJJanson73
Copy link

Hello guys,
are there any updates on this case?
We are using this feature in a production environment and it's important to get an easy workaround or a solution.

@mddragnev mddragnev added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Aug 13, 2024
@mddragnev mddragnev added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 📉 regression 🔥 severity: high grid ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants