我有一个包含对象的列表,我希望选择带有完整的对象。属性选择不起作用
我怎样才能做到这一点?
...
records:bind="$myWindow.ObjectList"
selection={{
type: KeySelection,
keyFields: ["Name","MyId","otherprops"], <--here i would need all my object properties. but i cannot list a hundret and they may change
bind: "$linkWindow.selectedObject"
}}
...
谢谢