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.
30 lines (21 loc) • 781 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>
```
## TIP
This component is still under testing, use at your own risk. If you find any bugs or issues, please report them at GitHub for us to fix. Also there were some APIs which are not mentioned in this documentation, some of them were not fully developed yet, which is why they are not mentioned here.