电光石火-穿越时空电光石火-穿越时空


layui数据表格自定义每页条数limit设置

table.render({
  elem: '#table',
  url: 'userCenter/userlist',
  where: {
      access_token: config.getToken().access_token
  },
  page: true,
  limits: [100,1000, 2000, 5000],
  limit: 1000, //每页默认显示的数量
  cols: [[
    {checkbox: true},
    {type: 'numbers', title: '序号'},
    {field: 'id', title: '编号'},
  ]],
//loading: false //请求数据时,是否显示loading
});
本博客所有文章如无特别注明均为原创。作者:似水的流年
版权所有:《电光石火-穿越时空》 => layui数据表格自定义每页条数limit设置
本文地址:http://www.ilkhome.cn/index.php/archives/715/
欢迎转载!复制或转载请以超链接形式注明,文章为 似水的流年 原创,并注明原文地址 layui数据表格自定义每页条数limit设置,谢谢。

评论