Hi,
I have Grouping Grid with groupHeader Value as below
groupHeaderTpl : '<div id="chart_{[values.rows[0].data.groupName}]> </div>
Ext.create('Ext.Container',{
height: 20,
width: 50,
renderTo: Ext.get('chart_'+groupName),
html: 'test',
});
Is it possible to render a ExtJs component to heaerTpl in Grouping grid
I have Grouping Grid with groupHeader Value as below
groupHeaderTpl : '<div id="chart_{[values.rows[0].data.groupName}]> </div>
is it possible to render a component to this div
Ext.create('Ext.Container',{
height: 20,
width: 50,
renderTo: Ext.get('chart_'+groupName),
html: 'test',
});
here I am setting the id value dynamically, and this is unique for each group.
Any help is greatly appreciated.
Thanks
Zinnia
Is it possible to render a ExtJs component to heaerTpl in Grouping grid
Aucun commentaire:
Enregistrer un commentaire