Hello all,
I have been searching the forum and even though I know this question already exists, I can not find an answer.
I am trying to figure out how to import data from MySQL into the grid found in "ext-2.2/examples/grid/grouping.html".
Within "grouping.js" there is
Code:
Ext.grid.dummyData = [
['3m Co',71.72,0.02,0.03,'4/2 12:00am', 'Manufacturing'],
['Alcoa Inc',29.01,0.42,1.47,'4/1 12:00am', 'Manufacturing'],
['Altria Group Inc',83.81,0.28,0.34,'4/3 12:00am', 'Manufacturing'],
...
];
Obviously, this is where I would have json print the records retrieved from the mySQL database.
Could someone please provide me with either a link, to a forum post which I cannot find, or the code which would achieve this. Thank you very much in advance!