Table📈

表格用于直观对比展示大量的数据

代码演示

import { UTable } from 'ungeui'

基本用法📑

自定义列内容🌈

左右固定📌

Table Props

参数说明类型默认值
data需要展示的数据array[]
column需要展示的列array<DataTableColumn>[]

DataTableColumn

参数说明类型默认值
title列的 title 信息Stringundefined
key这一列的 key,不可重复String | numberundefined
width这一列的 宽度String undefined
fixed左右固定left | right ''

Last Updated: