私は剣道グリッドを持っており、グリッド内の値の合計を見つけるために footerTemplate を使用しています。
{
field: "covered_amount",
width: "150px",
title: "Covered",
sortable:false,
attributes: { style:"text-align:right;" },
footerTemplate:"#= sum # "
},
どんな助けでも大歓迎です。