We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cca0a commit d4b0068Copy full SHA for d4b0068
examples/doc/strart.md
@@ -1,26 +1,26 @@
1
2
-## 介绍
3
-基于 vue2 的 组件。[API文档](http://doc.huangsw.com/vue-easytable/app.html)
+### 介绍
+基于 vue2 的 组件。[github仓库地址](https://github.com/huangshuwei/vue-easytable)
4
5
6
-## 主要功能
+### 主要功能
7
1. 自适应,可以随着浏览器窗口改变自动适应
8
2. 固定列,表头固定
9
3. 列宽拖动(默认支持)
10
4. 排序,支持单个、多个字段排序
11
5. 自定义列、自定义单元格样式、loading效果等
12
6. 自带分页组件
13
14
-## 安装
+### 安装
15
16
-```
+```javascript
17
npm install vue-easytable --save-dev
18
```
19
20
-## 使用([更多功能](http://doc.huangsw.com/vue-easytable/app.html))
+### 使用
21
22
23
24
import 'vue-easytable/packages/themes-base/index.css'
25
import {VTable,VPagination} from 'vue-easytable'
26
0 commit comments