## Summary
### User story
> As a user, I want to receive an indication when there's no data available to be diplayed by a Table.
### API
[⚠️ TBD ⚠️]
### UI and interaction
The Table can be configured to feature a customizable empty state message when there is no information available to be displayed. The message text's style matches the default Table text in `color-subtle`, and is included within a table's body that displays a min-height of 64px.
{F50498853}
| [[ https://www.figma.com/file/pTQZX5MgXUXnYHybJQk7zo/Table-component?type=design&node-id=3182-43929&mode=design | Component spec sheet ]] |
### Demos and testing
The empty state could be demoed in the Configurable Table. Unit/snapshot tests should be added to cover this new functionality.
---
## Acceptance criteria
- [] The Table component can display an empty state
- [] Unit tests are included