From 88f13ab89d2250e52c3375b077328a933a5762ec Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 30 Oct 2025 09:50:19 +0900 Subject: (김준회) SWP 로우 클릭하면 detail dialog 오픈하도록 변경 (버튼 --> 로우 전체) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/swp/table/swp-table-columns.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/swp/table/swp-table-columns.tsx') diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx index e6abd2a0..48b2c90a 100644 --- a/lib/swp/table/swp-table-columns.tsx +++ b/lib/swp/table/swp-table-columns.tsx @@ -5,12 +5,6 @@ import { Badge } from "@/components/ui/badge"; import type { DocumentListItem } from "@/lib/swp/document-service"; export const swpDocumentColumns: ColumnDef[] = [ - { - id: "expander", - header: () => null, - cell: () => null, - size: 50, - }, { accessorKey: "LTST_ACTV_STAT", header: "상태", -- cgit v1.2.3