mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
增加 treeTable 对 ie8 的兼容方案说明
This commit is contained in:
@@ -5,8 +5,8 @@ toc: true
|
||||
|
||||
# 树表组件 <sup title="指在该版本新增的组件">2.8+</sup>
|
||||
|
||||
> 树表组件 `treeTable` 是基于 `table` 组件延伸的树形表格组件,支持常见的树组件功能。
|
||||
> 注意:*该组件不支持 IE8*
|
||||
> 树表组件 `treeTable` 是基于 `table` 组件延伸的树形表格组件,支持常见的树组件功能。<br>
|
||||
> 注意:*该组件不支持 IE8,若要支持,可自行添加 <a href="https://github.com/inexorabletash/polyfill/blob/716a3f36ca10fad032083014faf1a47c638e2502/es5.js#L300-L345" rel="nofollow" target="_blank">polyfill</a>实现兼容。*
|
||||
|
||||
<h2 id="examples" lay-toc="{anchor: null}" style="margin-bottom: 0;">示例</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user