Thank you Condor.
I love this plugin,make table more readable,thanks million
May I have options to assign color for specified columnheader (even splited column) ?
Cause in my test conditions,I found that if assigne columnheader bgcolor by duplicated id ( of css) ,
will make the column uneditable
But,if have to desinge css for each column,in IE8,exceed some quentity of css will encounter error(but works in none-IE browser)
The Column Header Group and original column are misaligned.
The Column Header Group and original column are misaligned.
Hi,
I use the ColumnHeaderGroup plugin which is included in the examples of the Ext-3.3.1 package.
My editorgridpanel renders OK but its column header group and original column are misaligned, as the attached file.
The problem occurs on IE8, it works OK on Firefox.
Hi,
I'm using the GroupHeaderPlugin-1.3.. In my grid, I wanted to show the border for the cells also. So have done the following change to the css -
.x-grid3-cell {border-left: solid1px#EDEDED;}
But, this resulted in my last column to got out of the Grid. To fix that, I have modified -
.x-grid3 table
{table-layout:auto;}
Again, this gives rise to new problem of disorted cells. This mainly happens due to the size of the data in the cell.. if all my cells contain 2 digit numbers, it comes out fine. But, if any one of the cell contains more than 2, that entire row gets disorted.
Can anyone please help me in fixing this??
Hi,
First of all, thanks to all contributors of this plugin. I've played around with it a little bit and it looks promising
I have a question: does anyone know how to make this plugin display the lowest column grouped?
I basically have the same question as Burdor Turtle here: http://stackoverflow.com/questions/1...ltiple-columns
but for Ext 2.x.
One solution that came to my mind would be just to hide the lowest column, but maybe there's an easier way?