diff options
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 ?? "" |
