TableFooter() — ui Function Reference
Architecture documentation for the TableFooter() function in table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2da39e17_9ba3_bcd7_b0fe_bb6aa2dec7e8["TableFooter()"] 978704ef_f952_0ae2_36e5_75c928b8ea4a["table.tsx"] 2da39e17_9ba3_bcd7_b0fe_bb6aa2dec7e8 -->|defined in| 978704ef_f952_0ae2_36e5_75c928b8ea4a style 2da39e17_9ba3_bcd7_b0fe_bb6aa2dec7e8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/table.tsx lines 42–53
function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">) {
return (
<tfoot
data-slot="table-footer"
className={cn(
"bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does TableFooter() do?
TableFooter() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/table.tsx.
Where is TableFooter() defined?
TableFooter() is defined in apps/v4/registry/new-york-v4/ui/table.tsx at line 42.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free