Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1762] 그리드 컬럼 sortable: false일 경우 컨텍스트 메뉴 안타나는 문제 #1763

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

HyeonE0103
Copy link
Collaborator

작업 배경

sortable: false일 경우 그리드 컬럼 contextMenu 노출 안됨
sortable_false일 경우 contextMenu 안뜸
컬럼 sortable_flase 코드

변경 사항 요약

  • 그리드 옵션(filter, useGridSetting)으로 false인 경우 hidden & disable, 컬럼 옵션(fixed, sortable)일 경우 disable
  • 그리드 컬럼 contenxtMenu에 useGridSetting 체크 추가

기대 동작

그리드 옵션일 경우 disable
컬럼 옵션일 경우 disable, hide 옵션

테스트 가이드

  • 그리드 옵션으로 false일 경우 컬럼 contextMenu에 해당 옵션이 안보이는지 확인해주세요
  • 컬럼 옵션으로 false일 경우 컬럼 contextMenu에 해당 옵션이 disable 되는지 확인해주세요
  • 해당 컬럼이 hide 옵션만 충족할 경우에도 컬럼을 클릭했을 시 contextMenu가 보이는지 확인해주세요

##########
- 그리드 옵션으로 false인 경우 hidden, 컬럼 옵션일 경우 disable
- 그리드 컬럼 contenxtMenu에 useGridSetting 체크 추가
@HyeonE0103 HyeonE0103 self-assigned this Aug 30, 2024
@HyeonE0103 HyeonE0103 changed the title [#1762]sortable: false일 경우 그리드 컬럼 contextMenu 노출 안됨 [#1762] sortable: false일 경우 그리드 컬럼 contextMenu 노출 안됨 Aug 30, 2024
@HyeonE0103 HyeonE0103 changed the title [#1762] sortable: false일 경우 그리드 컬럼 contextMenu 노출 안됨 [#1762] 그리드 컬럼 sortable: false일 경우 컨텍스트 메뉴 안타나는 문제 Aug 30, 2024
@jhee564 jhee564 merged commit b9ec07b into 3.0 Sep 3, 2024
@jhee564 jhee564 deleted the 1762-grid-column-sort-false-context-not-exposed branch September 3, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants