The official way to use ngForTrackBy seems to be <input *ngFor="let col of cell; let childIndex=index; trackBy:customTrackBy" type="checkbox" ...
確定! 回上一頁