diff options
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 }) => { |
