Name
Email
Location
Status
Balance
{#each items as item (item.id)}
{item.name}
{item.email}
{item.location}
{item.status}
{item.balance}
{/each}
Total
$2,500.00
Table without horizontal dividers
```
### Links
- [View Source](https://github.com/max-got/originui-svelte/tree/main/src/lib/components/tables/table-03.svelte)
## table-04
> A type-safe, accessible table-04 component for building modern UIs. This component is part of the tables collection.
### Core Information
- **Component ID**: `table-04`
- **Location**: `/src/lib/components/tables/table-04.svelte`
- **Type**: UI Component
### Usage
```svelte
Full component implementation:
```svelte