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.
我正在尝试在版本 7.2.0 的 Sencha Modern 列表中提供滑动操作。
虽然文档表明文本、ui、iconcls 和 cls 是可绑定的,但我无法让它工作。
此外,文本似乎在没有任何绑定配置的情况下被绑定,这更令人惊讶。
请参阅相关小提琴
本质上,我想让 iconCls 和 cls 根据记录的数据进行更改。
谢谢
这里肯定有问题。文本似乎没有作为绑定处理。如果文本字段存在,则使用它......所以我做了一个快速覆盖,类似地对待 ui 字段。如果它存在,它正在使用它。您可以对 iconCls... 等执行相同的操作。
Swipper覆盖小提琴