TableRow() — ui Function Reference
Architecture documentation for the TableRow() function in table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e2b826fa_e467_ec98_2141_94fda1ee11ec["TableRow()"] 4dfb09c0_6760_6f93_33e5_8fe12dc5b577["table.tsx"] e2b826fa_e467_ec98_2141_94fda1ee11ec -->|defined in| 4dfb09c0_6760_6f93_33e5_8fe12dc5b577 style e2b826fa_e467_ec98_2141_94fda1ee11ec fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/table.tsx lines 49–57
function TableRow({ className, ...props }: React.ComponentProps<"tr">) {
return (
<tr
data-slot="table-row"
className={cn("cn-table-row", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does TableRow() do?
TableRow() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/table.tsx.
Where is TableRow() defined?
TableRow() is defined in apps/v4/registry/bases/radix/ui/table.tsx at line 49.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free