我在 Extjs 中的代码类似于
{
xtype: 'numbercolumn',
header: 'Model1',
sortable: false,
resizable: false,
format: '0,000.00',
align: 'right',
width: 80,
dataIndex: 'description',
id: 'description'
}
这里的标题是静态的。我想更改标题文本也喜欢dataIndex
字段。我该怎么做?