1 Star 0 Fork 1

xpzll/hm.jquery.table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo.html 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
xpzll 提交于 2021-05-29 00:29 . first commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<table>
<thead>
<tr>
<th data-column="id">序号</th>
<th data-column="name">姓名</th>
<th data-column="age">年龄</th>
<th data-column="addr">籍贯</th>
</tr>
</thead>
</table>
<script src="./src/jquery-1.12.4.js"></script>
<script src="./src/jquery.table.js"></script>
<script>
let list = [{
id: 1,
name: 'jack',
age: 1,
addr: '深圳'
},
{
id: 2,
name: 'jack2',
age: 16,
addr: '北京'
},
]
$('table').table(list)
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xpzll/hm.jquery.table.git
git@gitee.com:xpzll/hm.jquery.table.git
xpzll
hm.jquery.table
hm.jquery.table
master

搜索帮助