This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<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>