bootstrap-table sum总数量统计

写了一个分页要显示数据中所有金额的总数  但是使用 footerformatter  却不知道该怎么赋值   没办法只能放到页脚了

先上个效果图:

bootstrap-table sum总数量统计_第1张图片

这样做要修改源码: bootstrap-table.js

1:定义一个名称

bootstrap-table sum总数量统计_第2张图片

2:

bootstrap-table sum总数量统计_第3张图片

3:

bootstrap-table sum总数量统计_第4张图片

4:

bootstrap-table sum总数量统计_第5张图片

5: 如果你在后台传过来值和第一步中引号内的值一样的时候就会出现如下效果图

bootstrap-table sum总数量统计_第6张图片

最后返回json样式是这样的:

{"total":2,"rows":[{"id":1,"categoryid":11,"money":100,"creattime":1509116611000,"updatetime":1509116611000,"describemon":"捡的","userid":17,"state":1,"categoryName":"卢太波"}],"sumMoney":110.0}

别忘了  sumMoney是和total同级别的

转载于:https://www.cnblogs.com/chenlizhi/p/7748336.html

你可能感兴趣的:(bootstrap-table sum总数量统计)