0.0.25 • Published 2 years ago

@omiu/table v0.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Table 表格

展示行列数据。

导入

import '@omiu/table'

或者直接 script 标签引入。

<script src="https://unpkg.com/@omiu/table"></script>

使用

<o-table></o-table>

API

属性

{
  options: TableOptions
}

TableOptions

{
  data: {[key: string]: any}[]
  columns: Column[]
  mergeCells: mergeCell[]
}

Column

{
  align?:	'left' | 'right' | 'center'	// 设置列的对齐方式, 默认 left
  render?: ({cellData, column, rowData, tableData}) => VNode
}

mergeCell

{
  row: number
  col: number
  rowSpan: number
  colSpan: number
}

Events

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.15

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago