gpt4 book ai didi

javascript - 使用 angularjs 编辑表单

转载 作者:行者123 更新时间:2023-12-03 07:32:53 26 4
gpt4 key购买 nike

我有一个可编辑的表格 enter image description here它工作正常,但我必须隐藏可编辑行并在单击按钮时显示该行例如。我怎样才能做到这一点?

<td contenteditable='true'>
<label class="text">
<input type="text" ng-model="medication.description" ng-change="editMedication(medication)"/>
{{medication.description}}
</td>
<td>
<label for="edit">
<input type="button" id = "edit" ng-model="medication" ng-change="editMedication(medication)" >
</label>
</td>
</tr>
</table>

最佳答案

你应该使用angular-xeditable ,使用它您将能够创建表可编辑列可编辑行可编辑表

关于javascript - 使用 angularjs 编辑表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35744386/

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