naive-ui/demo/documentation/components/table/enUS/index.md
2020-02-23 12:08:48 +08:00

481 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
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
bordered boolean true
single-line boolean true
single-column boolean false