+ -
当前位置:首页 → 问答吧 → Extjs GridPanel问题求教

Extjs GridPanel问题求教

时间:2011-08-25

来源:互联网

重新显示列(原来显示5列,现在显示8列或者2列) 这个问题怎么解决,能详细点和有代码更好 谢谢高手解答了!



我这样不行什么都没显示:

  customGrid.reconfigure(
  new Ext.data.JsonStore({
  url: "JsonDataSource/LoadLogInfo.aspx?do=custom",
  root: "data",
  //baseParams:{},
  totalProperty: "totalCount"
  }),
  new Ext.grid.ColumnModel(customcm));
  //重新加载数据
  var storecustom = customGrid.getStore();
  customGrid.getBottomToolbar().bind(storecustom);
  storecustom.reload({ params: { start: 0, limit: 12} });

列头都没显示 是在弄不明白了 求解!

作者: ju523756055   发布时间: 2011-08-25

.......? 这么多天过去了 竟然没人回。。。。抑郁

作者: ju523756055   发布时间: 2011-08-29

帮顶一下

作者: feifeigrace   发布时间: 2011-08-29

热门下载

更多