mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
573 B
573 B
Table
If you only want to render some basic table, use it. If you want to render structured data, see Data Table.
Demos
basic
bordered
size
single-column
single-line
Components
You can use n-table
, n-thead
, n-tbody
, n-tr
, n-th
and n-td
.
Props
Table Props
Name | Type | Default | Description |
---|---|---|---|
theme | 'light' | 'dark' |
null |
|
bordered | boolean |
true |
|
single-line | boolean |
true |
|
single-column | boolean |
false |
|
size | 'small' | 'medium' | 'large' |
'medium' |