omi/components/table
YunYouJun 3a3d695206 refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
..
src refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
test refactor(@omiu/table): using component template 2021-08-10 17:16:36 +08:00
.gitignore refactor(@omiu/table): using component template 2021-08-10 17:16:36 +08:00
README.md chore(@omiu/table): modify build script 2021-06-25 16:06:16 +08:00
demo.html refactor(@omiu/table): using component template 2021-08-10 17:16:36 +08:00
index.html refactor(@omiu/table): using component template 2021-08-10 17:16:36 +08:00
package.json feat(admin): display the enumeration information of the table column 2021-08-11 15:51:02 +08:00
tsconfig.json refactor(@omiu/table): using component template 2021-08-10 17:16:36 +08:00
vite.config.ts fix(@omiu/checkbox): fix the selected bug 2021-08-10 17:31:49 +08:00

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