tjhons
27 Jan 2012, 5:13 AM
Hello! I need add Ext JS UI elements to existing html. Please, tell me how add gridtable(Ext.grid.Panel) to extincting site design. In my case i have next table:
leftpart
div id="gridtable"
rightpart
When i set renderTo:'gridtable', i get line instead of grid. When i play with parameters i see that this happens when width: '100%' and height: '100%'. If i set height to '400', for example, grid normally drawn. I want a cell with grid stretched across the available space.
leftpart
div id="gridtable"
rightpart
When i set renderTo:'gridtable', i get line instead of grid. When i play with parameters i see that this happens when width: '100%' and height: '100%'. If i set height to '400', for example, grid normally drawn. I want a cell with grid stretched across the available space.