layui分页

table.render({

        elem: '#demo'

        ,height: 312

        ,url: '../../demo/table/user/-page=1&limit=30.js' //数据接口

        ,page: true //开启分页

        ,limit:?显示几行数据

        ,cols: [

        [ //表头

        {field: 'id', title: 'ID', width:80, sort: true, fixed: 'left'}

        ,{field: 'username', title: '用户名', width:80}

        ,{field: 'sex', title: '性别', width:80, sort: true}

        ,{field: 'city', title: '城市', width:80}

        ,{field: 'sign', title: '签名', width: 177}

        ,{field: 'experience', title: '积分', width: 80, sort: true}

        ,{field: 'score', title: '评分', width: 80, sort: true}

        ,{field: 'classify', title: '职业', width: 80}

        ,{field: 'wealth', title: '财富', width: 135, sort: true}

        ]

        ]

});

后端接受的是pege,limit和传过去的id  

上一篇:前端开发,CSS文件引入先后顺序


下一篇:转载:SpringBoot系列——Security + Layui实现一套权限管理后台模板