ExtJs Grid分页时序号从增

ExtJs Grid分页时序号自增renderer:function(value,metadata,record,rowIndex){returnrecord.store.lastOp

ExtJs Grid分页时序号自增

renderer:function(value,metadata,record,rowIndex){return  record.store.lastOptions.params.start + 1 + rowIndex;}

?