Jump to content

Fit width columns unimdblistgrid


Cristian87

Recommended Posts

32 minutes ago, Cristian87 said:

How? 

Try this approach:

function beforeInit(sender, config)
{
    config.itemTpl = new Ext.XTemplate('<table style="width:100%; vertical-align:middle;">' +
        '<tr>' +
        '<td>{0}</td>' +
        '</tr>' +
        '</table>'
    );
}

 

Link to comment
Share on other sites

×
×
  • Create New...