$("#dataInfo").jqGrid({
  datatype: "local", //Array Data
  colNames: [
  '轨迹', 
  '车牌号码'
], //列标题列表
  colModel: [
  { name: 'CheckBox', index: 'CheckBox', align: 'center', width: 100,sortable: false },
  { name: 'LicenceNumber', index: 'LicenceNumber', align: 'left', width: 250 }
  ],
  width: 1400,
  autowidth: false,//必须要,否则没有水平滚动条
  rownumbers: false
  });

 

http://z3sm2012.iteye.com/blog/1431549

相关文章:

  • 2021-11-02
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-10-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-17
  • 2021-10-17
  • 2022-12-23
  • 2021-10-17
  • 2021-06-21
相关资源
相似解决方案