diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-30 09:50:19 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-30 09:50:19 +0900 |
| commit | 88f13ab89d2250e52c3375b077328a933a5762ec (patch) | |
| tree | 79b884ec1bbfe4158475b70e0abcb215ceedef77 /lib/swp/table/swp-table-columns.tsx | |
| parent | 2127aa708266e5e50633b66a1fe28f8e6712fbe2 (diff) | |
(김준회) SWP 로우 클릭하면 detail dialog 오픈하도록 변경 (버튼 --> 로우 전체)
Diffstat (limited to 'lib/swp/table/swp-table-columns.tsx')
| -rw-r--r-- | lib/swp/table/swp-table-columns.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -6,12 +6,6 @@ import type { DocumentListItem } from "@/lib/swp/document-service"; export const swpDocumentColumns: ColumnDef<DocumentListItem>[] = [ { - id: "expander", - header: () => null, - cell: () => null, - size: 50, - }, - { accessorKey: "LTST_ACTV_STAT", header: "상태", cell: ({ row }) => { |
