mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
584 B
584 B
表格 Table
如果你只想画点简单的表格,用它。需要渲染数据请看数据表格 Data Table。
演示
basic
bordered
size
single-column
single-line
Components
你可以使用 n-table
、n-thead
、n-tbody
、n-tr
、n-th
和 n-td
。
Props
Table Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
theme | 'light' | 'dark' |
null |
|
bordered | boolean |
true |
|
single-line | boolean |
true |
|
single-column | boolean |
false |
|
size | 'small' | 'medium' | 'large' |
'medium' |