Hi Steve,
I am reusing your codes to generate dynamic grid. But I found the column width set in DynamicColumnModel did not work for me.
I changed the value but did not see any width changes in the page.
Do you know what's the problem?
angelwen - Did you get the code to create the dynamic grid to work? Can you supply your final working model? I wish to know how to get the dynamic grid working. I am using EXTJS 3.4
I also was looking into the metadata route, but I do not know how to get the PHP to output the JSON formatted table fields to read from the database to supply the metaData. My model uses PHP on server, connected to Oracle using OCI8, and EXTJs 3.4.0
Can any one post the code for dynamic grid columns for Extjs4.0.1
Can any one post the code for dynamic grid columns for Extjs4.0.1
I am getting json data from server i wish to add that data to fill the store and this store data bind to grid.
I need source of creating store, syntax and example of dynamic cellmodel and using the cellmodel in grid...