当前位置: 代码迷 >> JavaScript >> ExtJs Grid分页时序号从增
  详细解决方案

ExtJs Grid分页时序号从增

热度:114   发布时间:2012-11-10 10:48:50.0
ExtJs Grid分页时序号自增
renderer:function(value,metadata,record,rowIndex){return  record.store.lastOptions.params.start + 1 + rowIndex;}

?

  相关解决方案