docs: 更正 table 示例预览的传参

This commit is contained in:
贤心
2024-04-01 15:54:58 +08:00
parent c2de69369a
commit 21db7ff6a7
3 changed files with 24 additions and 24 deletions

View File

@@ -2,8 +2,8 @@
<pre class="layui-code" lay-options="{preview: true, codeStyle: 'height: 535px;', text: {preview: '综合演示'}, layout: ['preview', 'code'], tools: ['full'], done: function(obj){
layui.table.resize('ID-treeTable-demo');
}, toolsEvent: function(oi, type){
if(type === 'full'){
}, toolsEvent: function(obj){
if(obj.type === 'full'){
layui.table.resize('ID-treeTable-demo');
}
}}">