会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
73_柚子
Bootstrap v3.3.4如何给table表格添加序列号?
2018-03-19 11:59
73_柚子
阅读(
634
) 评论(
0
)
收藏
举报
{
field:
'Number',
title:
'Number',
formatter:
function (value, row, index) {
return index+1;
}
}
这种方式行不通。。。。。
刷新页面
返回顶部
About