YunYouJun 3a3d695206 | ||
---|---|---|
.. | ||
src | ||
test | ||
.gitignore | ||
README.md | ||
demo.html | ||
index.html | ||
package.json | ||
tsconfig.json | ||
vite.config.ts |
README.md
Table
Components that show tree nested data structures.
Import
import '@omiu/table'
Or use script tag to ref it.
<script src="https://unpkg.com/@omiu/table"></script>
Usage
<o-table></o-table>
API
Props
{
dataSource: any[],
columns: object,
checkbox: boolean,
border: boolean
}
Events
- changeall
- change