Table
A table displays rows of data.
When To Use
- To display a collection of structured data.
- To sort, search, paginate, filter data.
Examples
Simple table with actions.
{{ author.name }}
{{ author.email }}
{{ company.name }}
{{ completion.value || completion.value == 0 ? completion.value : completion }}%
Looking for more Ant Design Vue Table? Please check the official docs.