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