Skip to content

[Bug] 사용자 테이블 정렬 수정(정렬 가능 표시, layout 안정화)#90

Open
ATGshhwang wants to merge 1 commit into
mainfrom
bug/89-user-table-sorting
Open

[Bug] 사용자 테이블 정렬 수정(정렬 가능 표시, layout 안정화)#90
ATGshhwang wants to merge 1 commit into
mainfrom
bug/89-user-table-sorting

Conversation

@ATGshhwang

Copy link
Copy Markdown
Contributor

#️⃣ Relationship Issues

💡 Key Changes

Image

작업내용:

  • 정렬 가능 표시
    모든 헤더에 기본 화살표 아이콘을 표기했고 정렬된 컬럼은 정렬상태를 유지하여 직관성을 높였습니다.

  • 레이아웃 안정화

버그원인:

  • 테이블 전체 데이터 다시 불러오면서 table 높이, row 높이, 스크롤바 유무가 변하면서 레이아웃이 뒤틀렸습니다.
  • 그리고 Header/Body가 width 맞지 않거나, reflow가 생겨서 흔들리는 현상이 발생했습니다.

해결방법:

  • 테이블 height를 고정값으로 설정했습니다.
  • 각 row의 최소 높이(min-height) 를 고정했습니다.

➕ ETC

@ATGshhwang ATGshhwang added the bug Something isn't working label Apr 28, 2025
@ATGshhwang ATGshhwang self-assigned this Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant