You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<table class="layui-table" lay-data="{height:315, url:'/static/2.8/json/table/user.json', page:true}" id="ID-table-demo-init">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th lay-data="{field:'id', width:80, sort: true}">ID</th>
|
|
|
|
<th lay-data="{field:'username', width:80}">用户名</th>
|
|
|
|
<th lay-data="{field:'sex', width:80, sort: true}">性别</th>
|
|
|
|
<th lay-data="{field:'city'}">城市</th>
|
|
|
|
<th lay-data="{field:'sign'}">签名</th>
|
|
|
|
<th lay-data="{field:'experience', sort: true}">积分</th>
|
|
|
|
<th lay-data="{field:'score', sort: true}">评分</th>
|
|
|
|
<th lay-data="{field:'classify'}">职业</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- import layui -->
|