日期:2014-05-16  浏览次数:20321 次

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

?