Manual:Widgets:Panels:GridPanel (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
Ext Manual > Widgets > Panels >
Ext.GridPanel
Examples
var grid = new Ext.grid.Grid('grid-example', {
ds: ds,
cm: colModel,
autoExpandColumn: 'company'
});
var layout = Ext.BorderLayout.create(
{center: {
margins:{left:3,top:3,right:3,bottom:3},
panels: [new Ext.GridPanel(grid)]
}},
'grid-panel');
Links
- GridPanel documentation
- Example code:
This page was last modified on 18 August 2008, at 18:07.
This page has been accessed 17,344 times.
