---
title: Compact Table
order: 20
---

## Overview
The Compact Table variant provides a more condensed layout with reduced cell padding, making it ideal for displaying larger datasets in limited space while maintaining readability.



## Features

- Reduced vertical padding (32px minimum height vs. 42px in standard tables)
- Optimized for displaying more data in limited vertical space
- Maintains all standard table functionality and hover states
- Compatible with all alignment and visibility modifiers

### SCSS Imports

**Main Component**\
@n8d/htwoo-core/components/table

## Accessibility

- Despite the compact layout, text remains readable with sufficient spacing
- All standard accessibility guidelines for tables still apply
- Consider using this variant only when necessary, as the standard table may be more readable for some users
