From 57ffbcbbc7cfa73ac9a9d1e329dd040e5718f106 Mon Sep 17 00:00:00 2001 From: DDD1542 Date: Wed, 29 Apr 2026 16:44:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=BC=EB=B2=97=20ConfigPanel=20defau?= =?UTF-8?q?lt=20=EA=B0=92=20=EB=AA=A8=EB=91=90=20false=20(=EC=95=88?= =?UTF-8?q?=EC=9D=BC=ED=95=9C=20true=20=E2=86=92=20=EB=B9=88=20=EA=B7=B8?= =?UTF-8?q?=EB=A6=AC=EB=93=9C=20=ED=9A=8C=EA=B7=80=20=EB=B0=A9=EC=A7=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 직전 commit (3ed53a670) 의 메타 토글 4종이 default true 로 잡혀 있었음. 빈 row/column 영역에서 행/열 총계만 활성화되어 사용자가 새 피벗 배치 시 무의미한 0 그리드가 보이는 회귀 발생. default true → false 변경: - 필드 선택기 (pivotFieldChooser.enabled) - 행 총계 (pivotTotals.showRowGrandTotals) - 열 총계 (pivotTotals.showColumnGrandTotals) - 행 교대 색 (pivotStyle.alternateRowColors) PivotView 본체 (line 1048~1085) 가 활성 필드 0 일 때 "필드를 배치하세요" 안내 + FieldChooser 버튼을 자연스럽게 표시함. 신규 피벗 배치 시 사용자가 명시적으로 옵션을 켜야 효과 발현 (솔루션 정의 단계 패턴). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../lib/registry/components/table/InvTableConfigPanel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/lib/registry/components/table/InvTableConfigPanel.tsx b/frontend/lib/registry/components/table/InvTableConfigPanel.tsx index 4717ff3c..1c045f0f 100644 --- a/frontend/lib/registry/components/table/InvTableConfigPanel.tsx +++ b/frontend/lib/registry/components/table/InvTableConfigPanel.tsx @@ -300,7 +300,7 @@ export const InvTableConfigPanel: React.FC = ({ patch({ pivotFieldChooser: { @@ -313,7 +313,7 @@ export const InvTableConfigPanel: React.FC = ({ patch({ pivotTotals: { @@ -326,7 +326,7 @@ export const InvTableConfigPanel: React.FC = ({ patch({ pivotTotals: { @@ -356,7 +356,7 @@ export const InvTableConfigPanel: React.FC = ({ patch({ pivotStyle: {