ExtJS 4: Models with Associations and Stores

前端 未结 4 1954
粉色の甜心
粉色の甜心 2020-12-04 18:15

Introduction

I\'m facing an application design problem with the Ext.data.Model class in ExtJS. I will try to develop my ideas to a very common online

4条回答
  •  粉色の甜心
    2020-12-04 18:41

    i fully agree with Molecular Man. By reading the ExtJS documenation it appeared more as evidence that this is a good route when you are making use of a tree set structure distributed to different stores. Frankly, this all could be true only if such association had in any way a reference of stores to make calls. That's not the case from what I have tested. Model associations don't have such relationship. Filtering is the best way to keep up with sequentially updating other grids whose models depend on others.

提交回复
热议问题