Shadcn Guideline: DataTable — Use DataTable for complex tables. Description: Combine Table with TanStack Table for features. Do: DataTable pattern for sorting filtering pagination. Don't: Custom table implementation. Good Example: useReactTable + Table components. Bad Example: Custom sort filter pagination logic. Severity: Medium. Docs: https://ui.shadcn.com/docs/components/data-table.