Home / Function/ TableFooter() — ui Function Reference

TableFooter() — ui Function Reference

Architecture documentation for the TableFooter() function in table.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  f6488fa1_1661_8ffb_8a7d_12d1b008a8b9["TableFooter()"]
  a6c725f3_d1c3_14f5_f1cf_9423256f07e4["table.tsx"]
  f6488fa1_1661_8ffb_8a7d_12d1b008a8b9 -->|defined in| a6c725f3_d1c3_14f5_f1cf_9423256f07e4
  style f6488fa1_1661_8ffb_8a7d_12d1b008a8b9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/ui-rtl/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}
    />
  )
}

Subdomains

Frequently Asked Questions

What does TableFooter() do?
TableFooter() is a function in the ui codebase, defined in apps/v4/examples/base/ui-rtl/table.tsx.
Where is TableFooter() defined?
TableFooter() is defined in apps/v4/examples/base/ui-rtl/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