I’m new in Sencha, I make my first application. I need to put search in the list. I looked through the example search, downloaded from Sencha, but can not figure out how to insert it in the search list. Will be glad to get any hint.
This is my app
I’m new in Sencha, I make my first application. I need to put search
Share
I struggled with getting the search field to work in an MVC style app at first.
I was able to make a search field work in your sencha fiddle app like this.
In your controller I did
And then in the app.js I added an ID to the viewport
I also added an ID to the RecieptList.js
Might not be the most conventional solution but it works.
It is pretty easy to see how it all works together, hope that helps.