function getCol(){
    var rows = $("#dg").datagrid("getRows");
    var total = "";
    for(var i=0; i<rows.length; i++){
        total = total + rows[i]["field"];
    }
    return total;
}

  

相关文章:

  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
相关资源
相似解决方案