Tables
A basic table is a data structure that organizes information into rows and columns. It can be used to both store and display data in a structured format. For example, databases store data in tables so that information can be quickly accessed from specific rows.
Related Patterns
CSS Classes:
1. .table
- The main component class. Used on the parent
tableelement.
2. .table-thead
- The table header component. Used on the
theadelement.
3. .table-tbody
- The table body component. Used on the
tbodyelement.
4. .table-tfoot
- The table footer component. Used on the
tfootelement.
5. --numericData
- Modifier class for table cells containing numeric data. Styles content by aligning to the right. Applied to
td.table-cellandth.table-header