Posted 9 February 2021, 3:57 am EST
ERROR TypeError: ‘ownKeys’ on proxy: trap returned duplicate entries
how can i bind in angular this calculatedFields
this.data = new wjcCore.CollectionView(this.reportsDataReports, {
calculatedFields: {
Favorite: $ => +$.favorite
}
});
how can i bind in angular calculatedFields,if i am removing calculatedfiels issue resolved but favorite icon not shown in grid
https://stackblitz.com/edit/js-avjc6w?file=index.js