From 72e7403957c5a9e4c1f2e901555591f244c76ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20treeTable=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/treeTable.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/treeTable.html b/examples/treeTable.html index 6d48bcd7..9f9daa9a 100644 --- a/examples/treeTable.html +++ b/examples/treeTable.html @@ -24,6 +24,7 @@ layui.use(['treeTable'], function(){ url: './json/treeTable/demo-1.json', maxHeight: 'full-32', cols: [[ + {type: 'checkbox', fixed: 'left'}, {type: 'numbers', fixed: 'left'}, {field: 'id', title: 'ID', width: 145, sort: true, fixed: 'left', totalRow: '合计:'}, {field: 'name', title: '用户名', width: 180, fixed: 'left'},