diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:08:01 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:08:01 +0000 |
| commit | c72d0897f7b37843109c86f61d97eba05ba3ca0d (patch) | |
| tree | 887dd877f3f8beafa92b4d9a7b16c84b4a5795d8 /lib/export_all.ts | |
| parent | ff902243a658067fae858a615c0629aa2e0a4837 (diff) | |
(대표님) 20250613 16시 08분 b-rfq, document 등
Diffstat (limited to 'lib/export_all.ts')
| -rw-r--r-- | lib/export_all.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/export_all.ts b/lib/export_all.ts index 6f925fbc..1da7f4de 100644 --- a/lib/export_all.ts +++ b/lib/export_all.ts @@ -56,7 +56,7 @@ export async function exportTableToExcel<TData>( const row2: string[] = [] columns.forEach((col) => { - const meta = col.columnDef.meta as any + const meta = col.columnDef?.meta as any // 1) group (그룹헤더) const groupKey = meta?.group let groupLabel = groupKey ?? "" |
