bootstrap添加序号
{
title: '序号',
align: 'center',
halign: 'center',
formatter: function (value, row, index) {
var options = $('#bootstrap-table').bootstrapTable('getOptions');
return options.pageSize * (options.pageNumber - 1) + index + 1;
}
},
春有百花秋有月,夏有凉风冬有雪!