naive-ui/demo/documentation/components/table/enUS/index.md

30 lines
363 B
Markdown
Raw Normal View History

# Table
<!--single-column-->
Table is used to displays rows of data.
# When To Use
- To display a collection of structured data.
- To sort, search, paginate, filter data.
## Demos
```demo
basic
customStyle
select
filterAndSorter
asyncFilterItems
filterMultiple
ajaxUsage
fixedHeader
fixedHeaderColumn
ellipsis
renderHeader
bestPractices
2019-12-17 14:04:15 +08:00
property
column
```