e-virt-table 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,2 +1,26 @@
1
1
  # e-virt-table
2
+
3
+ **English** | [中文](./README-CN.md)
4
+
2
5
  A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
6
+
7
+ ## Install
8
+
9
+
10
+ ```shell [npm]
11
+ npm install e-virt-table
12
+ ```
13
+ or
14
+ ```shell [yarn]
15
+ yarn add e-virt-table
16
+ ```
17
+ or
18
+ ```shell [pnpm]
19
+ pnpm install e-virt-table
20
+ ```
21
+
22
+ ## CDN
23
+
24
+ ```html
25
+ <script src="https://unpkg.com/e-virt-table/dist/index.umd.js"></script>
26
+ ```