diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-02 02:27:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-02 02:27:28 +0000 |
| commit | 37611339fea096e47aaa42311a13a6313b4200db (patch) | |
| tree | dd9c7dba27a3db2aebd18bf2087c6a30987aa957 /components/data-table/data-table.tsx | |
| parent | bac0228d21b7195065e9cddcc327ae33659c7bcc (diff) | |
(대표님) 20250602 오전 작업사항 (코드프리징)
Diffstat (limited to 'components/data-table/data-table.tsx')
| -rw-r--r-- | components/data-table/data-table.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/data-table/data-table.tsx b/components/data-table/data-table.tsx index 7d376b65..64afcb7e 100644 --- a/components/data-table/data-table.tsx +++ b/components/data-table/data-table.tsx @@ -75,7 +75,10 @@ export function DataTable<TData>({ data-column-id={header.column.id} className={compact ? "py-1 px-2 text-sm" : ""} style={{ - ...getCommonPinningStylesWithBorder({ column: header.column }), + ...getCommonPinningStylesWithBorder({ + column: header.column, + isHeader: true + }), width: header.getSize(), }} > |
