Question:

What is SimpleStore() function in Extjs?

 

Answer 


This is a function of Ext.data class. It is use to store data in the variable formatting similar to tabular data. For example

          var genres=new Ext.data. SimpleStore ({

                   fields:[‘id’,’genre’],

                   data:[[‘1’,’Comedy’],[‘2’,’Drama’],[‘3’,’Action’]]

         });

 

+ Report
Total Preview: 752

What is SimpleStore() function in Extjs?

Copyright © 2024. Powered by Intellect Software Ltd