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

layui table中添加一列序号列

时间:2018-11-09 20:57:55      阅读:690      评论:0      收藏:0      [点我收藏+]

标签:文件   index   代码   title   sort   table   idt   render   注释   

页面文件在相应的位置上添加下面两个模块的代码:

第一模块:在render table 时添加:

{ field: ‘rank‘, title: ‘序号‘, width: 80, sort: true, fixed: ‘left‘, templet: ‘#rank‘ }

第二模块:在<script></script>一对标签外面添加:

<script type="text/html" id="rank">
{{d.LAY_TABLE_INDEX+1}}
</script>

注释:页面文件可以有多个<script></script>标签.

 

layui table中添加一列序号列

标签:文件   index   代码   title   sort   table   idt   render   注释   

原文地址:https://www.cnblogs.com/Ly426/p/9936659.html

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