您现在的位置: 365建站网 > 365文章 > 复合表头demo

复合表头demo

文章来源:365jz.com     点击数:288    更新时间:2009-11-09 22:40   参与评论

 <HTML>
 <HEAD>
 <style>
.grid{
    border:solid 1px #EEEEEE;
    border-collapse:collapse;
    height1:100%;
    width:100%;
    border-bottom: 1px solid #96d9f9;
    font-size: 14px;
}
.grid-head{
    text-align: center;
    height: 28px;
    font-weight: bold;
    border: solid 1px inactiveborder;
}
.subtotal-column{
    border: solid 1px inactiveborder;
    text-align: right;
    font-weight: bold;
    background-color: #CCDDED;
}
.total-column{
    border: solid 1px inactiveborder;
    text-align: right;
    font-weight: bold;
    background-color: #BBDDED;
}
.subtotal-row{
    border: solid 1px inactiveborder;
    text-align: right;
    font-weight: bold;
    background-color: #CCEDDD;
}
.total-row{
    border: solid 1px inactiveborder;
    text-align: right;
    font-weight: bold;
    background-color: #AAEDDD;
}
 </style>

<BODY>
 <div id="aaaa"></div><BR>
 <div id="bbbb"></div>
  <SCRIPT LANGUAGE="JavaScript">
  var table = new TableHeader();

  var render = 'new Array("(2,2,时间)(1,2,收入)(1,2,支出)","(1,1,充值)(1,1,手续费)(1,1,提现)(1,1,手续费)",'
        +'"(2,1,2008),(1,1,上半年)(1,1,10)(1,1,11)(1,1,12)(1,1,13)","(1,1,下半年)(1,1,2000)(1,1,21)(1,1,22)(1,1,23)",'
        +'"(2,1,2009),(1,1,上半年)(1,1,20)(1,1,21)(1,1,22)(1,1,23)","(1,1,下半年)(1,1,30)(1,1,31)(1,1,32)(1,1,33)")';
  table.buildRender(render);
  table.toUI();
  //document.getElementById("aaaa").innerHTML = table.tableObj.outerHTML;

  table.subTotalRow("全年",1,1, 2,3, "subtotal-row");
  table.subTotalRow("全年",1,1, 5,6, "subtotal-row");
  table.addStatRow("合计","$4+$7", 8,0,2, "total-row");
  table.subTotalColumn("小计",1,1, 2,3, "subtotal-column");
  table.subTotalColumn("小计",1,1, 5,6, "subtotal-column");
  table.addStatColumn("总计","$4+$7", 0,8,2, "total-column");
  //table.deleteRow(7);
  //table.deleteRow(4);
  //table.deleteColumn(8);
  //table.tableObj.rows[7].deleteCell(7);
  table.formatNumbit(2,8, 2,8, 1, true);
  document.getElementById("bbbb").innerHTML = table.tableObj.outerHTML;
  </SCRIPT>
 </BODY>
</HTML>

如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛

发表评论 (288人查看0条评论)
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
昵称:
最新评论
------分隔线----------------------------

快速入口

· 365软件
· 杰创官网
· 建站工具
· 网站大全

其它栏目

· 建站教程
· 365学习

业务咨询

· 技术支持
· 服务时间:9:00-18:00
365建站网二维码

Powered by 365建站网 RSS地图 HTML地图

copyright © 2013-2024 版权所有 鄂ICP备17013400号