E-commerce Payments Schema
Optimized structure for financial billing consoles and logs. Features customized cell renderers for USD dollar formats and success/failed colored badges.
SHADCN/
Table Generator
Construct schema columns, toggle features, test the fully-typed live data table, and output clean component scripts instantly.
Columns Schema Editor
Options:
Table Settings
Row Density
| Transaction ID | |||||
|---|---|---|---|---|---|
| No entries found matching filters. | |||||
0 of 0 row(s) selected
Page 1 of 1
Schema Properties Reference
| Field Key | Header Label | DataType | Description | Default Type Constraints |
|---|---|---|---|---|
| transactionId | Transaction ID | Text | Unique transaction invoice reference code. | TypeScript string |
| customer | Customer Name | Text | Full name of purchasing consumer. | TypeScript string |
| amount | Amount | Currency | Transaction charge amount formatted as USD dollar value. | TypeScript number |
| status | Status | Status Badge | Current validation billing outcome. | Union enum "Success" | "Pending" | "Failed" |
| date | Transaction Date | Date | Date of credit card processing. | TypeScript ISO string / Date |