Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit d0d29ca

Browse files
author
Ken Berkeley
committed
add English docs
1 parent 99642da commit d0d29ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+6812
-14
lines changed

docs/LANGS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Languages
22

33
* [中文](zh-cn/)
4+
* [English](en/)

docs/_book/en/detailed/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# § Detailed
2+
3+
It would be better for you to understand the structure of this Datatable before the detailed content
4+
5+
The source tree [`lib/`](https://github.com/OneWayTech/vue2-datatable/tree/master/lib) shown as below:
6+
7+
```
8+
lib/
9+
├─ HeaderSettings/
10+
│   ├─ ColumnGroup.vue
11+
│   └─ index.vue
12+
├─ HeadSort.vue
13+
├─ LimitSelect.vue
14+
├─ MultiSelect.vue
15+
├─ Pagination.vue
16+
└─ index.vue
17+
```
18+
19+
Let's look at the structure of the advanced example (source - [`examples/src/Advanced/index.vue`](https://github.com/OneWayTech/vue2-datatable/blob/master/examples/src/Advanced/index.vue), demo - [examples#advanced](https://OneWayTech.github.io/vue2-datatable/examples/dist#advanced))
20+
21+
<a href="images/structure.png" target="_blank">
22+
<img src="images/structure.png" alt="Structure">
23+
</a>

0 commit comments

Comments
 (0)