data-table-demo.tsx — ui Source File
Architecture documentation for data-table-demo.tsx, a tsx file in the ui codebase. 8 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 887ed8f3_00e1_01a2_c2d5_839bd4374240["data-table-demo.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 eff11612_0b61_f7f9_e13e_9117a7062bb3["react-table"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> eff11612_0b61_f7f9_e13e_9117a7062bb3 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 d418ad18_b947_f4e5_6e4c_01100d7a63e4["button"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> d418ad18_b947_f4e5_6e4c_01100d7a63e4 77366ecd_665f_1a24_5286_cfd88309c336["checkbox"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> 77366ecd_665f_1a24_5286_cfd88309c336 f16f43cb_04fd_5f33_2140_7eafce119350["dropdown-menu"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> f16f43cb_04fd_5f33_2140_7eafce119350 163b5f6f_1cd3_6d8d_5305_80eec4895f60["input"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> 163b5f6f_1cd3_6d8d_5305_80eec4895f60 b68656eb_ac0c_a4ce_f4ae_05af357fccd2["table"] 887ed8f3_00e1_01a2_c2d5_839bd4374240 --> b68656eb_ac0c_a4ce_f4ae_05af357fccd2 style 887ed8f3_00e1_01a2_c2d5_839bd4374240 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
ColumnDef,
ColumnFiltersState,
SortingState,
VisibilityState,
flexRender,
getCoreRowModel,
getFilteredRowModel,
getPaginationRowModel,
getSortedRowModel,
useReactTable,
} from "@tanstack/react-table"
import { ArrowUpDown, ChevronDown, MoreHorizontal } from "lucide-react"
import { Button } from "@/registry/default/ui/button"
import { Checkbox } from "@/registry/default/ui/checkbox"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuSeparator,
DropdownMenuTrigger,
} from "@/registry/default/ui/dropdown-menu"
import { Input } from "@/registry/default/ui/input"
import {
Table,
TableBody,
TableCell,
TableHead,
TableHeader,
TableRow,
} from "@/registry/default/ui/table"
const data: Payment[] = [
{
id: "m5gr84i9",
amount: 316,
status: "success",
email: "ken99@example.com",
},
{
id: "3u1reuv4",
amount: 242,
status: "success",
email: "Abe45@example.com",
},
{
id: "derv1ws0",
amount: 837,
status: "processing",
email: "Monserrat44@example.com",
},
{
id: "5kma53ae",
amount: 874,
// ... (253 more lines)
Domain
Subdomains
Functions
Types
Dependencies
- button
- checkbox
- dropdown-menu
- input
- lucide-react
- react
- react-table
- table
Source
Frequently Asked Questions
What does data-table-demo.tsx do?
data-table-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in data-table-demo.tsx?
data-table-demo.tsx defines 1 function(s): DataTableDemo.
What does data-table-demo.tsx depend on?
data-table-demo.tsx imports 8 module(s): button, checkbox, dropdown-menu, input, lucide-react, react, react-table, table.
Where is data-table-demo.tsx in the architecture?
data-table-demo.tsx is located at deprecated/www/registry/default/examples/data-table-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free