Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理需要显示选定行的页面,并且我需要在该网格旁边的表单中填充选定的行,它工作正常,但我正在尝试在用户编辑任何现有行时实现禁用行选择,请让我知道如何解决这个问题。谢谢。
假设您的代码中有类似的内容:
<tr st-select-row="schedule" st-select-mode="multiple" ng-repeat="schedule in displaySchedules>
当编辑标志为真或您需要满足的任何条件时,您应该删除属性 st-select-row="schedule" 以禁用选择功能。