[javascript] 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 });