Extjsの私のコードは次のようになります
{
xtype: 'numbercolumn',
header: 'Model1',
sortable: false,
resizable: false,
format: '0,000.00',
align: 'right',
width: 80,
dataIndex: 'description',
id: 'description'
}
ここで、ヘッダーは静的です。フィールドのようにヘッダーテキストも変更したいdataIndex
。どうすればいいですか?