Shadcn Guideline: Table — Use Table for data display. Description: Table component for structured data. Do: Table for tabular data display. Don't: Div grid for table-like layouts. Good Example: <Table><TableHeader><TableBody><TableRow>. Bad Example: <div className="grid">. Severity: Medium. Docs: https://ui.shadcn.com/docs/components/table.