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: Frozen Columns Do Not Support Angular Component Formatters #8656

Open
woqpfg opened this issue Apr 29, 2024 · 0 comments
Open

DataGrid: Frozen Columns Do Not Support Angular Component Formatters #8656

woqpfg opened this issue Apr 29, 2024 · 0 comments
Labels
type: bug 🐛 [3] Velocity rating (Fibonacci)

Comments

@woqpfg
Copy link

woqpfg commented Apr 29, 2024

Describe the bug
The problem is using the angular component for Datagrid with frozenColumns, the content of frozen column is not visible.

To Reproduce

Steps to reproduce the behavior:

  1. Go to the example in stackblitz https://stackblitz.com/edit/ids-quick-start-1761-8tcadb?file=src%2Fapp%2Fgrid-frozen%2Fgrid-frozen.component.ts.
  2. The Product Id is not visible.
  3. Once I comment the frozenColumns, the Product Id can be visible.

Expected behavior
The frozen column "Product Id" which using angular component can be visible and frozen.

Version

  • "ids-enterprise-ng": "17.6.1",

Screenshots
image
image
image

Platform

Additional context
We do want to use the customized angular component instead of regular formatter for some columns which need setting the 'frozenColumn'.

@tmcconechy tmcconechy changed the title DataGrid: Content of custom components is not visible when frozen columns are set. DataGrid: Frozen Columns Do Not Support Angular Component Formatters Apr 29, 2024
@tmcconechy tmcconechy added type: bug 🐛 [3] Velocity rating (Fibonacci) labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 [3] Velocity rating (Fibonacci)
Projects
Status: Groomed
Development

No branches or pull requests

2 participants