First of all am new to Ext js.
I have a ext js grid on page which uses version 3.4 of EXT JS.
I uses the store.loadData to bind the grid. Now I need to insert a row without refreshing the grid(I mean append the grid); however, I find the below method on documentation insert( Number index, Ext.Component component )
My question is how can I convert my object array(which contacts the new record data) to component.
Thanks in advance..
Regards, Navin