亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Angular Datatable >> 如何獲取總行數和所有金額值的總和

Angular Datatable >> 如何獲取總行數和所有金額值的總和

慕沐林林 2023-10-14 18:34:29
Angular Datatable >> 如何獲取總行數和所有金額值的總和。需要獲取表的總行數。我嘗試使用下表并僅獲取第一頁記錄。請建議我如何獲取get total number of records across all page以及需要獲取sum of the total records values. 我嘗試使用下面的代碼,getTotalAmount(){   let amountValues="";    let rowCount = $("table > tbody").children().length;    console.log("rowCount ::: " + rowCount);    for(var i=0;i<rowCount;i++){      if(this.persons[i].firstName === 'Superman' && this.persons[i].index != '')        console.log(this.persons[i].index);        amountValues += parseFloat(this.persons[i].enteredDebit);    }    console.log("amountValues >>>>>>>" + amountValues);  }工作堆棧閃電戰
查看完整描述

1 回答

?
DIEA

TA貢獻1820條經驗 獲得超2個贊

請查找更新后的代碼。您必須使用 person[i].id 而不是索引。

https://stackblitz.com/edit/angular-datatables-gitter-zbcrwx?file=app/app.component.ts


查看完整回答
反對 回復 2023-10-14
  • 1 回答
  • 0 關注
  • 125 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號