javascript - Can't render store into the grid (Ext.js) -
https://github.com/hil400k/first-ext
here project, can't understand wrong
i app/view/todogrid.js , app/store/todos.js
try setting store in app/view/todogrid.js store: ext.create('se.store.todos')
. lookup()
finding store has been created.
also, might need include ext.require(['se.store.todos', 'se.view.todogrid']);
@ top of mainview.js. little fuzzy on when required , when can figure out include itself.
Comments
Post a Comment