-
24 Jun 2012 7:06 PM #1
Can anybody provide an example on how to use Ext.table.Panel in extjs 4
Can anybody provide an example on how to use Ext.table.Panel in extjs 4
Hi ,
Can any body provide an example on Ext.table.Panel in Extjs 4.
-
24 Jun 2012 7:52 PM #2
You don't, it's a superclass for Ext.tree.Panel & Ext.grid.Panel, both of which have examples in the SDK download.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
24 Jun 2012 8:47 PM #3
Thanks for ur reply Evant.
Now, Iam facing a problem regarding a solution.
I am creating some panels dynamically based on some condition.
When i click on a panel at the first time, it will ask some information in a pop up window. I am storing this information in a store. If the info is added, whenever i click on the same panel it should ask for editing the details that are already stored in that panel.
How can i fetch those details that are stored in that panel ?


Reply With Quote