dduffy
6 Dec 2010, 9:09 AM
Hi there,
I am using the RowExpander plugin but have noticed it does not expand the expand set of columns. For some reason the last column is exluded from the spanning. see image below.
23688
using the following Code:
var expander = new Ext.ux.grid.RowExpander ({
tpl: new Ext.Template("<div class=\" core-detail core-detail-heading\"> Modification Detail </div> <div class=\" core-detail core-detail-contents\"> {modificationDetail} </div> ")
});
and my CSS is
.core-detail {
padding: 5px 7px;
text-align: left;
background: #DDDDDD;
}
.core-detail-heading {
font-weight: bold;
color: black;
font-size: 11px;}
.core-detail-contents {
color: #333;
font-size: 11px;}
Any ideas?
Darragh
I am using the RowExpander plugin but have noticed it does not expand the expand set of columns. For some reason the last column is exluded from the spanning. see image below.
23688
using the following Code:
var expander = new Ext.ux.grid.RowExpander ({
tpl: new Ext.Template("<div class=\" core-detail core-detail-heading\"> Modification Detail </div> <div class=\" core-detail core-detail-contents\"> {modificationDetail} </div> ")
});
and my CSS is
.core-detail {
padding: 5px 7px;
text-align: left;
background: #DDDDDD;
}
.core-detail-heading {
font-weight: bold;
color: black;
font-size: 11px;}
.core-detail-contents {
color: #333;
font-size: 11px;}
Any ideas?
Darragh