SaaS Users Schema Definition
This schema represents a standard user account listing inside administration consoles. It includes robust sorting and filtering capabilities for email verification statuses and access roles.
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:
Options:
Table Settings
Row Density
| Email Address | |||||
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| name | Name | Text | User's full name display string. | TypeScript string |
| Email Address | Text | Primary login credentials identifier. | TypeScript string | |
| role | Role | Status Badge | Permission levels assigned to users. | Union enum "Admin" | "Member" | "Guest" |
| status | Status | Status Badge | Current login validation flag. | Union enum "Active" | "Suspended" | "Invited" |
| createdAt | Created At | Date | Date registration completed. | TypeScript ISO string / Date |