Commit f2930b2a by guanzhenshan

隐藏统计行显示

parent 149af28b
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
if (tb == undefined) { if (tb == undefined) {
tb = OnlyTable("roletable", columns, url, "", { tb = OnlyTable("roletable", columns, url, "", {
showfooter: true, loadsuccess: function (d) { showfooter: false, loadsuccess: function (d) {
//替换汇总行的相关列值 //替换汇总行的相关列值
var tr = $('.fixed-table-footer').find('tr'); var tr = $('.fixed-table-footer').find('tr');
for (var c in columns) { for (var c in columns) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment