I have this JSON store but it`s not coded correctly. What is the correct syntax for it?
Ext.define(\'MA.store.Language\', { extend : \'Ext.data.Store\', fiel
For your example you have to modify your data to this:
data : [ { id: "aa", 'name' : "Afar" }, { id: "ab", 'name' : "Abkhazian" }, ... ]