码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap-table设置某列序号自增

时间:2017-02-20 11:40:53      阅读:718      评论:0      收藏:0      [点我收藏+]

标签:serial   pre   java   tle   row   序号   mat   number   dex   

col = [{
    field: ‘SerialNumber‘,
    title: ‘序号‘,
    formatter: function (value, row, index) {
        return index+1;
    }
}]

  

bootstrap-table设置某列序号自增

标签:serial   pre   java   tle   row   序号   mat   number   dex   

原文地址:http://www.cnblogs.com/lhyhappy65/p/6418375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!