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
  feb4eb32_21fe_d347_875f_dc2220a37adb["TableFooter()"]
  8dba6743_1cbd_58ca_f4c5_3edfa161e80a["table.tsx"]
  feb4eb32_21fe_d347_875f_dc2220a37adb -->|defined in| 8dba6743_1cbd_58ca_f4c5_3edfa161e80a
  style feb4eb32_21fe_d347_875f_dc2220a37adb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/table.tsx lines 39–47

function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">) {
  return (
    <tfoot
      data-slot="table-footer"
      className={cn("cn-table-footer", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does TableFooter() do?
TableFooter() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/table.tsx.
Where is TableFooter() defined?
TableFooter() is defined in apps/v4/registry/bases/base/ui/table.tsx at line 39.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free