From 37611339fea096e47aaa42311a13a6313b4200db Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 2 Jun 2025 02:27:28 +0000 Subject: (대표님) 20250602 오전 작업사항 (코드프리징) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/data-table/data-table.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components/data-table/data-table.tsx') 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({ 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(), }} > -- cgit v1.2.3