Skip to content

Unknwon extra space on the mobile screen when using a data table. #650

Closed Answered by oninoor
oninoor asked this question in Q&A
Discussion options

You must be logged in to vote
"use client";
import { Row } from "@tanstack/react-table";
import { Copy, MoreHorizontal, Pen, Star, Tags, Trash } from "lucide-react";
import { Button } from "@/components/ui/button";
import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuItem,
  DropdownMenuRadioGroup,
  DropdownMenuRadioItem,
  DropdownMenuSeparator,
  DropdownMenuShortcut,
  DropdownMenuSub,
  DropdownMenuSubContent,
  DropdownMenuSubTrigger,
  DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { labels } from "./template-cell";
import { Tasks } from "@/interfaces/proyekInterfaces";
interface DataTableRowActionsProps {
  row: Row<Tasks>;
}

export function DataTableRowActions({ row }: DataTable…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iamshubhamjangle
Comment options

Answer selected by oninoor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants