mirror of https://github.com/layui/layui
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.
18 lines
527 B
18 lines
527 B
<h3 id="examples" lay-toc="{level: 2, hot: true, id: 'examples'}" class="layui-hide">综合演示</h3>
|
|
|
|
<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'){
|
|
layui.table.resize('ID-treeTable-demo');
|
|
}
|
|
}}">
|
|
<textarea>
|
|
{{- d.include("/treeTable/examples/demo.md") }}
|
|
</textarea>
|
|
</pre>
|
|
|
|
|
|
|
|
|