Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Datagrid server driven and detail pane #5215

Answered by bbogdanov
yohanb78 asked this question in Q&A
Discussion options

You must be logged in to vote

[clrDgItem]="item" inside clr-dg-row I believe is what you are missing.

<clr-dg-row *ngFor="let item of svc.list$ | async; let idx = index" [clrDgItem]="item" >
   <clr-dg-cell></clr-dg-cell>.....
</clr-dg-row>

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by yohanb78
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5215 on October 29, 2020 08:30.