ExtJs Grid分页时序号自增
renderer:function(value,metadata,record,rowIndex){return record.store.lastOptions.params.start + 1 + rowIndex;}
?