Overview of the Table component
masterThe Table component is designed to display data in a grid format using rows and columns. It is optimized for organizing large amounts of data, allowing users to scan, sort, compare, and perform actions on data efficiently.
Key Features
- Sorting: Column sorting support.
- Selection: Single and multiple row selection.
- Navigation: Pagination support.
- Actions: Bulk actions toolbar.
- Layout: Horizontally scrollable, sticky columns, sticky header, and sticky footer.
- Density: Supports both
NormalandComfortablecell density.
Out of Scope
The following features are currently not supported:
- Column reordering, resizing, filtering, or hiding.
- Search functionality.
- Row expansion or nested tables.
- Editable rows.
- React Native support (mobile apps should use Lists instead).