Commit 7175f80a by guanzhenshan

隐藏汇总行

parent a4467e9d
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,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