dimanche 16 mars 2014

[OPEN] Sencha Architect TouchGrid - No items available

I created a test grid using Architect 3.0.3.1382 and ST 2.3.x with the TouchGrid.



After creating an override and moving the plugins section to be before the columns section as reported here, I tried to use the gridviewoptions plugin and I got the message "No items available".



My original plugins section (which gave me the message) looked like this:

plugins: [

{

type: 'gridsummaryrow'

},

{

type: 'gridviewoptions'

},



I found that if I moved the gridviewoptions before the gridsummaryrow it works correctly...



plugins: [

{

type: 'gridviewoptions'

},

{

type: 'gridsummaryrow'

}



I moved them back and forth twice to verify that this really is the problem.



Apparently, order of the plugins matters.




Aucun commentaire:

Enregistrer un commentaire