Table📈

Tables are used to visually compare and display a large amount of data

Code demonstration

import { UTable } from 'ungeui'

Basic usage📑

Custom column content🌈

Left and right fixation📌

Table Props

Parameterdescriptiontypedefault value
datadata to be displayedarray[]
columncolumns to be displayedarray<DataTableColumn>[]

DataTableColumn

Parameterdescriptiontypedefault value
titleinformation of title columnStringundefined
keythe key in this column cannot be repeatedString | numberundefined
widththe width of this columnString undefined
fixedfixedleft | right ''

Last Updated: