Dear All,
I am using Ext.Dataview component and have XTemplate inside it. I want users to resize this Dataview components i.e. User can change the height and width of this component. The problem is, when Dataview's size changes, due to resizing, the XTemplate[DIV] inside the dataview, remains of the same height and width. I will like these XTemplates[DIV] to resize themself.
itemTpl: new Ext.XTemplate("<div><table cellpadding='0' border='0'><tr><td>Data 1</td><td></td><td> </td><td></td><td></td></tr><tr><td>Data 2</td><td></td><td></td><td></td><td>Data 3></td></tr></table></table></div>"),
it is in panel.
But when we are resizeing the pane or minimizing browser , the Xtemple remain same in size.
I need that it will resize as we resize the pane or minimizing browser .
it is in panel/container.
But when we are resizeing the pane or minimizing browser , the Xtemple remain same in size.
I need that it will resize as we resize the pane or minimizing browser .