gpt4 book ai didi

javascript - Angularjs 将表行推送到另一个表

转载 作者:行者123 更新时间:2023-11-27 22:32:22 24 4
gpt4 key购买 nike

我有 2 个表,我想将第一个表的行推到第二个表。表1:

<table>

<tr ng-repeat="row in items">
<td>{{row.PRODUCTDESCRIPTION}}</td>
<td><input type="text" ng-model="quantity[$index]"></td>
</tr>
</table>
<button ng-click="pushRows(row)"> </button>

表2:

<table>
<tr ng-repeat="row in products">
<td>{{row.PRODUCTDESCRIPTION}}</td>
<td><input type="text" ng-model="quantity[$index]"></td>
</tr>

我需要将表1中的行推送到表2(我的问题是如何推送输入类型文本及其值)

最佳答案

您可以使用ng-model并在所有项目上创建一个新属性。

plunker Example

关于javascript - Angularjs 将表行推送到另一个表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39445050/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com