TableRow() — ui Function Reference
Architecture documentation for the TableRow() function in table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 278cc86e_dce0_e130_d2e7_92f1060ee2c0["TableRow()"] a76b0c27_b6d0_8c71_2d53_696df516cf37["table.tsx"] 278cc86e_dce0_e130_d2e7_92f1060ee2c0 -->|defined in| a76b0c27_b6d0_8c71_2d53_696df516cf37 style 278cc86e_dce0_e130_d2e7_92f1060ee2c0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/table.tsx lines 57–66
>(({ className, ...props }, ref) => (
<tr
ref={ref}
className={cn(
"border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
className
)}
{...props}
/>
))
Domain
Subdomains
Source
Frequently Asked Questions
What does TableRow() do?
TableRow() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/table.tsx.
Where is TableRow() defined?
TableRow() is defined in deprecated/www/registry/new-york/ui/table.tsx at line 57.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free