# table-tree-element **Repository Path**: pimingzhao/table-tree-element ## Basic Information - **Project Name**: table-tree-element - **Description**: 基于 element-ui table 拓展的 table-tree 组件,使用方式与 index、selection 一样! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-03-16 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, Element-UI ## README # table-tree-element 对原 `ele-table` 的拓展,支持 `` 的形式直接渲染树,使用它跟 `index`、`selection` 一样简单。 ## demo > 由于依赖包的关系,需要 nodejs10.15.0+ 才能运行当前示例 > 可以通过设置 expand 字段规定哪些节点初始默认展开 ![demo](./src/assets/demo.gif) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).