examples/form/nestedcombo.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:27:44 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:27:44 +0000 (17:27 +0800)
examples/form/nestedcombo.js

index ceb8505..e049603 100644 (file)
@@ -59,7 +59,7 @@ Roo.onReady(function(){
                 store: {
                     xns : Roo.data,
                     xtype : 'SimpleStore',
-                    fields: ['abbr', 'state'],
+                    fields: ['abbr', 'state' , 'cn'],
                     data : sampledata// from states.js
                    
                 },