bootstrap table 行号 显示行号 添加行号 bootstrap-table 行号
思想:借助bootstrap-table 本身的index属性, 巧妙的的通过formatter 实现
{ field: 'Number', title: 'Number', formatter: function (value, row, index) { return index+1; } }
by 情郎 2016年3月10日00:22:58
思想:借助bootstrap-table 本身的index属性, 巧妙的的通过formatter 实现
{ field: 'Number', title: 'Number', formatter: function (value, row, index) { return index+1; } }
by 情郎 2016年3月10日00:22:58