2010-10-15 3 views
0

Je suis nouveau chez ExtJS. Dans les exemples, je ne trouve aucun semblable à ma situation: J'ai un tableau d'objet comme ci-dessous: arr = new Array(); obj = new Objet(); obj.StringField = "Champ1"; obj.IntField = 1; arr.push (obj); obj = new Objet(); obj.StringField = "Champ2"; obj.IntField = 3; arr.push (obj); obj = new Objet(); obj.StringField = "Champ3"; obj.IntField = 5; arr.push (obj); Comment mettre ceci dans GridPanel?Comment charger un tableau d'objets dans extjs gridpanel

Répondre

Questions connexes