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
Parameter | description | type | default value |
---|
data | data to be displayed | array | [] |
column | columns to be displayed | array<DataTableColumn> | [] |
DataTableColumn
Parameter | description | type | default value |
---|
title | information of title column | String | undefined |
key | the key in this column cannot be repeated | String | number | undefined |
width | the width of this column | String | undefined |
fixed | fixed | left | right | '' |