A table is a component that organizes and displays large sets of structured data in a grid of rows and columns. It's designed to make complex information easy to scan, compare, sort, and analyze.
When to use
When to avoid
Specifications
Table properties
Column header properties
Cell properties
Row properties
Anatomy
1
Table header (Optional)
The top-level section above the table, containing the title, a search field, and primary action buttons.
2
Column headers
The row at the top of the table that labels each data column and often includes sorting controls.
3
Cell
The individual container for a piece of data at the intersection of a row and column.
4
Pagination (Optional)
The section at the bottom of the table that allows users to navigate through pages of data.
5
Border (Optional)
The outer border that frames the entire table. Fo UIs that utilize borders for sections or layers on pages.
6
Caption (Optional)
A brief title or description of the table's content, positioned below the table.