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
  74216c02_350a_1ae9_4dec_11b97e2b9501["TableRow()"]
  bbb0089e_13c0_6538_2424_3e2886d71ceb["table.tsx"]
  74216c02_350a_1ae9_4dec_11b97e2b9501 -->|defined in| bbb0089e_13c0_6538_2424_3e2886d71ceb
  style 74216c02_350a_1ae9_4dec_11b97e2b9501 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/ui/table.tsx lines 57–66

>(({ className, ...props }, ref) => (
  <tr
    ref={ref}
    className={cn(
      "border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
      className
    )}
    {...props}
  />
))

Subdomains

Frequently Asked Questions

What does TableRow() do?
TableRow() is a function in the ui codebase, defined in deprecated/www/registry/default/ui/table.tsx.
Where is TableRow() defined?
TableRow() is defined in deprecated/www/registry/default/ui/table.tsx at line 57.

Analyze Your Own Codebase

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

Try Supermodel Free