Files
invyone/frontend/lib/registry/components/table
DDD1542 517c42b5cb fix: 피벗 column fields 필터 아이콘 가로 정렬 (세로 일렬 → flex-row + wrap)
PivotView line 1694 의 column header 좌측 셀 안 column fields 필터 아이콘
4개가 'flex flex-col' 로 세로 일렬로 표시되던 문제. 옛 PivotGridComponent
디자인을 통째 흡수한 결과 (T3b) — 가로로 변경.

flex flex-col gap-0.5 → flex flex-row flex-wrap items-center justify-center
gap-1

column fields 가 많아지면 자동 wrap, 한 줄에 모이지 않으면 다음 줄.
세로 길게 늘어지는 회귀 차단.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 16:58:09 +09:00
..