Is there a way to add a record to the store after the specific record not using addSorted?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check
Ext.data.Store.insert(index)which allows you to insert a record at a specified index. Only thing you need is the index of the record you want to insert it after, thats what you haveExt.data.Store.find()forhttp://dev.sencha.com/deploy/dev/docs/?class=Ext.data.Store