gpt4 book ai didi

javascript - 如何将复选框添加到 #{{link-to}} 帮助程序中

转载 作者:行者123 更新时间:2023-12-03 06:33:30 25 4
gpt4 key购买 nike

问题:我有一个表,每个表中都有一个链接。我希望每行的第一个单元格有一个严格用于切换的复选框。我可以显示该复选框,但无法让我检查它。

<table class="table table-hover">
<thead>
<th></th>
<th>Things</th>
<th>Stuff</th>
<th></th>
</thead>
<tbody>
{{#each myArr as |item|}}
{{#link-to 'application' tagName='tr' }}
<td><input type="checkbox"></td>

<td>{{item}}</td>
<td> Something</td>

{{/link-to}}
{{/each}}
</tbody>
</table>
  • 我不想走这条路线
  • 复选框需要切换
  • 复选框不需要保存值(可以在页面刷新时销毁)
  • 使用 {{input}} 帮助器没有什么区别

我有一个问题https://ember-twiddle.com/bc53d499687ad8bdc902be5cd7d77f48

最佳答案

您需要作为组件进行分离。

请查看this twiddle

关于javascript - 如何将复选框添加到 #{{link-to}} 帮助程序中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38338563/

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