0
我有一個問題。我不明白如何將一個數組多維數組多維數值並且然後求和該字段。我只是用underscore.js嘗試,但它只允許按值分組。 我是使用ExtJS的4.我有一個網格,我wnat組記錄網格javascript extjs數組組多個值
var records = Etx.getCmp('grdCorpoFatturaVendita').store.getRange();
var castellettoDataArray = [];
for (var x = 0; x < records.length; x++) {
console.log(records[x]);
castellettoDataArray.push(records[x].data);
}
var groupedData = _.groupByMulti(castellettoDataArray, 'CodiceContoContabile');
console.log(groupedData);
嗨,感謝您的迴應,但是它可能是您的小組嗎? – Brux88
我不想看到這樣的文字:「hehe herere the group」。你能重寫嗎? – mfruizs2
抱歉嗨用我的單元格寫入;),隱藏標頭組 – Brux88