mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
docs: 更正 table 示例预览的传参
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}}">
|
||||
|
||||
Reference in New Issue
Block a user