Home / Function/ TableRow() — ui Function Reference

TableRow() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a1a3226f_de2d_c366_da40_10885c14eee3["TableRow()"]
  8dba6743_1cbd_58ca_f4c5_3edfa161e80a["table.tsx"]
  a1a3226f_de2d_c366_da40_10885c14eee3 -->|defined in| 8dba6743_1cbd_58ca_f4c5_3edfa161e80a
  style a1a3226f_de2d_c366_da40_10885c14eee3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/table.tsx lines 49–57

function TableRow({ className, ...props }: React.ComponentProps<"tr">) {
  return (
    <tr
      data-slot="table-row"
      className={cn("cn-table-row", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free