<div *ngFor="let comment of result?.comments; let i = index">
<a (click)="deleteComment(comment?._links.delete.href, i)">remove {{comment?.id}}</a>
<div class="media-body">
<small>{{comment?.createdAt|date:'shortDate'}}</small>
<p>{{comment?.content}}</p>
</div>
</div>
我想根据jtable中的数据记录设置jcombobox的值,直到现在,我只是第一次得到数据值,第二次jcombobox的值与last相同。请帮忙。非常感谢。
这是我的示例图像程序:screenshoot