SAPUI5 views, accessing model item for Panel header

后端 未结 1 770
遥遥无期
遥遥无期 2021-01-26 06:14

I have the following model.

categories [
1: {
    0:{}
    1:{}
    categoryDesc: \"Production\"
}

2: {
    0:{}
    1:{}
    2:{}
    categoryDesc: \"Documenta         


        
相关标签:
1条回答
  • 2021-01-26 06:52

    since you are using a named model you should use

    {view>categoryDesc}
    
    0 讨论(0)
提交回复
热议问题