首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

LigerUi的Grid控件怎么添加和去掉工具条!(已斛决)

2013-02-19 
LigerUi的Grid控件如何添加和去掉工具条!(已斛决)var grid $(#maingrid).ligerGrid({columns: [{ disp

LigerUi的Grid控件如何添加和去掉工具条!(已斛决)

  var grid = $("#maingrid").ligerGrid({          columns: [          { display: "序号", name: "ID", width: 100, type: "text", align: "left" },           { display: "联系电话", name: "Telephone", width: 100, type: "date", align: "left" },          { display: "负责人", name: "LegalPerson", width: 60, type: "date", align: "left" }         ], dataAction: 'local', url: '../hanClass&v=5', //  【后面的toobar加上或去掉】 toolbar: {},              pageSize: 20, sortName: 'OrderID',isScroll: false,         width: '98%', height: '100%', heightDiff: -10, checkbox: false      });


  var grid = $("#maingrid").ligerGrid({
          columns: [


          { display: "序号", name: "ID", width: 100, type: "text", align: "left" },
 
          { display: "联系电话", name: "Telephone", width: 100, type: "date", align: "left" },
          { display: "负责人", name: "LegalPerson", width: 60, type: "date", align: "left" }
         ], dataAction: 'local', url: '../hanClass&v=5', //  【后面的toobar加上或去掉】 toolbar: {}, 
             pageSize: 20, sortName: 'OrderID',isScroll: false,

         width: '98%', height: '100%', heightDiff: -10, checkbox: false
      });


热点排行