import { FolderOpen } from "@phosphor-icons/react"; import type { ReactNode } from "react"; import { cn } from "../../lib/cn"; import { Pagination } from "../navigation"; import { RowActions, type DataRowAction } from "./row-actions"; import { cellAlignmentClass, nextSortState, resolveCellContent, type DataGridSortState, type TableColumn, } from "./shared"; export { type DataGridSortDirection, type DataGridSortState, type TableColumn } from "./shared"; export function Table>({ columns, data, action, emptyIcon =