e-virt-table
Version:
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.
26 lines (19 loc) • 473 B
Markdown
# e-virt-table
**English** | [中文](./README-CN.md)
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.
## Install
```shell [npm]
npm install e-virt-table
```
or
```shell [yarn]
yarn add e-virt-table
```
or
```shell [pnpm]
pnpm install e-virt-table
```
## CDN
```html
<script src="https://unpkg.com/e-virt-table/dist/index.umd.js"></script>
```