3)代码说明:
- 表格构建时,设置:footerrow: true
- gridComplete(jqGridGridComplete)事件处理,进行数据汇总并赋值给合计行
gridComplete fires after all the data is loaded into the grid and all other processes are complete. Also the event fires independent from the datatype parameter and after sorting paging and etc. Does not fire if datatype is a defined as function.
4)获取汇总行数据
var row = $("#orders").jqGrid(“footerData”, “get”);
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
您可能感兴趣的文章:
- Jqgrid之强大的表格插件应用
- jqGrid表格应用之新增与删除数据附源码下载
- 通过点击jqgrid表格弹出需要的表格数据
- Jqgrid表格随窗口大小改变而改变的简单实例
- jqgrid 表格数据导出实例
- MongoDB学习笔记(三) 在MVC模式下通过Jqgrid表格操作MongoDB数据
- jqGrid jQuery 表格插件测试代码