How to use clrDgItemsTrackBy for datagrid? #879
Unanswered
kumar-tadepalli
asked this question in
Q&A
Replies: 1 comment
-
Can someone clarify on this question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
For *ngFor we can pass trackBy function.
<clr-dg-row *ngFor="let row of rows; index as i; trackBy: trackByRowName" [clrDgItem]="row" >
I'm trying to apply the same for smart iterator(*clrDgItems) and going through the documentation and found that clrDgItemsTrackBy in APIs which is not clear on how to use( no example given)?
Can some one provide example snippet of where and how it has to be used?
Regards,
Kumar
Beta Was this translation helpful? Give feedback.
All reactions