博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bootstrap-table设置某列序号自增
阅读量:6832 次
发布时间:2019-06-26

本文共 183 字,大约阅读时间需要 1 分钟。

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

  

转载于:https://www.cnblogs.com/lhyhappy365/p/6418375.html

你可能感兴趣的文章