View Full Version : Grid Examples
Zyclops
30 Aug 2007, 8:52 PM
I'm looking at implementing the following things working with the grid component:
multiline headers
fixed footer
Header or footer in the middle of data (i.e. in finance to split income and expenditure)
having setting persist for each user
If anyone's managed to implement this already (i've checked the forums), i'd love to see your code.
I'll post my solutions as i find them :)
jsakalos
2 Sep 2007, 4:38 AM
Some of the features you mention are already implemented in Ext 2.0
Zyclops
2 Sep 2007, 3:02 PM
Nice, i'll check it out.
Zyclops
2 Sep 2007, 3:52 PM
Some of the features you mention are already implemented in Ext 2.0
Do you know which ones?
i've searched for the changelog and the 2.0 source and couldn't find one. Also do you think that extjs 2.0 will be out in the next 2 or 3 months?
The two i'm most interested in are multiline headers and fixed footer.
I've tried delving into the code to find out where the fixed column gets written and haven't been able to find it. If anyone know's the line in 1.1 ext-debug.js?
jsakalos
2 Sep 2007, 5:49 PM
I've meant mainly group summaries. Search for Ext 2.0 grid examples or GridView3.
mike1993
17 Dec 2007, 10:56 AM
regarding multiline header...
// allows grid header to wrap
.x-grid3-hd-row td div {
white-space: normal !important;
}
unless there is a better way...
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.