0.2.5 • Published 4 years ago

recursion-table v0.2.5

Weekly downloads
57
License
-
Repository
-
Last release
4 years ago

recursion-table

1.1 组件描述

结合element-ui开发的递归表头的table

给出data数据和col表头样式就可以便利表头和数据

1.2 安装

npm install recursion-table

1.3 引入vue

import TableHeader from 'recursion-table'

Vue.use(TableHeader )

1.4 使用

  1. col: 参考element的嵌套表格
  2. data: 表格的数据,element的树形结构/表格的正常结构

1.5 内嵌solt

<table-header :col="col" :data="data">
	<template v-slot:header></template> // 表格的头部
	<template></template> // 默认为后部
</table-header>
0.2.5

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago