A data table with expandable parent rows that reveal nested child rows for displaying tree-shaped hierarchical data, built with TanStack Table.
import Table19 from "@/components/ui/table-19"; export default function Default() { return ( <div className="flex w-full items-center justify-center p-10"> <Table19 /> </div> ); }