Skip to content

Commit 067faea

Browse files
author
黄书伟
committed
补全
1 parent fb8bd35 commit 067faea

File tree

4 files changed

+4
-29
lines changed

4 files changed

+4
-29
lines changed

README-CN.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ Vue.component(VPagination.name, VPagination)
5252

5353
> 你也可以 **[通过 cdn 使用](http://doc.huangsw.com/vue-easytable/app.html#/install)**
5454
55-
## 效果(不是全部)
56-
**自适应、固定列,表头固定、支持列宽拖动、排序、分页**
57-
![vue-easytable](./examples/images/vue-easytable.gif)
58-
59-
**支持单元格合并**
60-
![vue-easytable](./examples/images/rowspan.png)
61-
62-
**单元格编辑**
63-
![vue-easytable](./examples/images/edit.gif)
64-
65-
**支持 checkbox 多选功能**
66-
![vue-easytable](./examples/images/selection.gif)
6755

6856
## 讨论组
6957
通过添加微信进行群组讨论

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,6 @@ Vue.component(VPagination.name, VPagination)
5555
> also you can use it **[by cdn](http://doc.huangsw.com/vue-easytable/app.html#/install)**
5656
5757

58-
## Effect
59-
**Adaptive、Fixed column, header fixed、Support column width drag、Custom columns, custom cell styles、Own paging component**
60-
![vue-easytable](./examples/images/vue-easytable.gif)
61-
62-
**Support cell merge**
63-
![vue-easytable](./examples/images/rowspan.png)
64-
65-
**Cell Editing**
66-
![vue-easytable](./examples/images/edit.gif)
67-
68-
**Support checkbox selection**
69-
![vue-easytable](./examples/images/selection.gif)
70-
7158
## Discussion group
7259
Group discussion by adding WeChat
7360

examples/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>vue table 组件 强大、灵活 支持单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、导出excel、汇总 github</title>
7-
<meta name="description" content="vue table 组件 强大、灵活,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、导出excel、汇总 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection">
6+
<title>vue table 组件 强大、灵活 支持单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、条件过滤、footer 汇总、导出excel、汇总 github</title>
7+
<meta name="description" content="vue table 组件 强大、灵活,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、条件过滤、footer 汇总、导出excel、汇总 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection">
88
<meta property="og:type" content="website">
9-
<meta property="og:title" content="vue2.x table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection">
9+
<meta property="og:title" content="vue2.x table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、条件过滤、footer 汇总、全选 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection">
1010
<meta property="og:url" content="https://github.com/huangshuwei/vue-easytable">
1111
<meta property="og:site_name" content="vue table 组件">
1212
</head>

examples/doc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
## 介绍
3-
基于 vue2.x 的 table 组件支持单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、多选等功能
3+
基于 vue2.x 的 table 组件支持单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、多选、条件过滤、footer 汇总等功能
44

55

66
### 效果展示(只是部分功能)

0 commit comments

Comments
 (0)