diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
| commit | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (patch) | |
| tree | f84750fa6cac954d5e31221fc47a54c655fc06a9 /lib/tbe/table/tbe-table-columns.tsx | |
| parent | 230ce796836c25df26c130dbcd616ef97d12b2ec (diff) | |
로그인 및 미들웨어 처리. 구조 변경
Diffstat (limited to 'lib/tbe/table/tbe-table-columns.tsx')
| -rw-r--r-- | lib/tbe/table/tbe-table-columns.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tbe/table/tbe-table-columns.tsx b/lib/tbe/table/tbe-table-columns.tsx index f2bc2ced..3b62fe06 100644 --- a/lib/tbe/table/tbe-table-columns.tsx +++ b/lib/tbe/table/tbe-table-columns.tsx @@ -198,7 +198,7 @@ const filesColumn: ColumnDef<VendorWithTbeFields> = { ) }, enableSorting: false, - maxSize: 80, + minSize: 80, } // 댓글 칼럼 @@ -233,7 +233,7 @@ const commentsColumn: ColumnDef<VendorWithTbeFields> = { ) }, enableSorting: false, - maxSize: 80, + minSize: 80, } // ---------------------------------------------------------------- // 5) 최종 컬럼 배열 - Update to include the files column |
