have ExtJs.
image. Here be displayed in locations stored in here country and axes. fetched from and JavaScript
User changing swapping as can
user can
views support
are
here.
layout the automatically correct items third row column
columns calculated using values axes. panel object values of
are
here.
layout the automatically correct items third row column
columns calculated using values axes. panel object values of
panel.add({height:40,html:uniqueHorizontalAxesValues[i][2][j],colspan:totalcolspan});
panel.add({height:40,html:uniqueVerticalAxesValues[i][2][j],colspan:totalcolspan});
swapping works?
This vertical axes instead of it and gender
Hi Hiren,
ReplyDeletePlesae help me, I have a question regarding Pivot grids. I use ext js pivot grid, left axis is fit to content, but data rows didn't change their height. How you implement that?
Thanks,
Serine
Dear Serine
ReplyDeleteSorry for the late reply. I show your comment today. I implemented this before they have introduced pivot grid. This is I have done through custom JavaScript coding.
Hello Hiren,
ReplyDeletereally helpful post..
I am dynamically adding the contents(cell/row data) to the table layout. But I am not able to remove the components.Can you please help me?
here is my code to remove old data and add new
Ext.getCmp('chartPreviewLayout').removeAll();
Ext.getCmp('chartPreviewLayout').doLayout();
Ext.getCmp('chartPreviewLayout').add(eval(jsonData));
Ext.getCmp('chartPreviewLayout').doLayout();