---
title: "table"
description: "Responsive data table wrapper."
category: "Data Display"
---
# table
Responsive data table wrapper.
## Installation
```bash
php artisan ui:add table
```
## Dependencies
- composer: `gehrisandro/tailwind-merge-laravel`
## Usage
```blade
Invoice
Status
INV-001
Paid
Invoice
Status
Amount
INV-001
Paid
$250.00
INV-002
Pending
$150.00