选择jtable数据时如何设置组合框值

时间:2017-08-05 21:08:27

标签: java combobox jtable

<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

0 个答案:

没有答案