The Table component presents data in a structured grid format using rows and columns. It’s ideal for displaying datasets, reports, and comparisons in an organized way.
| Invoice | Status | Method | Amount |
|---|---|---|---|
| {invoice.invoice} | {invoice.paymentStatus} | {invoice.paymentMethod} | {invoice.totalAmount} |
| Total | $2,500.00 | ||
Installation
npx phpxui add Table