TableFooter() — ui Function Reference
Architecture documentation for the TableFooter() function in table.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 732a81d6_b0c4_5c4b_4b5e_070c7b1dfc20["TableFooter()"] 19032a28_0dd6_2b6e_acb9_562ff38509a9["table.tsx"] 732a81d6_b0c4_5c4b_4b5e_070c7b1dfc20 -->|defined in| 19032a28_0dd6_2b6e_acb9_562ff38509a9 style 732a81d6_b0c4_5c4b_4b5e_070c7b1dfc20 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui/table.tsx lines 41–52
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/examples/radix/ui/table.tsx.
Where is TableFooter() defined?
TableFooter() is defined in apps/v4/examples/radix/ui/table.tsx at line 41.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free