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

[#1100] Grid > row 다중 선택 #1105

Merged
merged 3 commits into from
Mar 31, 2022
Merged

[#1100] Grid > row 다중 선택 #1105

merged 3 commits into from
Mar 31, 2022

Conversation

kimyell
Copy link
Collaborator

@kimyell kimyell commented Mar 24, 2022

#############

  • Multiple row selection: 여러 개의 row를 선택하려면 ctrl Key를 누른 상태에서 row를 선택한다.
  • limitCount: 선택 가능한 row의 수를 제한
  • deselect: 선택된 row를 다시 클릭 시 선택이 해제된다.
useSelection: {
  use: true,
  multiple: true,
  limitCount: 2,
},
  • Selection은 기본적으로 활성화되어있어 위 option을 추가하지 않아도 Single Row selection이 동작한다.

multi_selection

  • multiple: true 이면 ctrl Key를 누른 상태에서 여러 개의 row를 선택할 수 있으며, 선택한 row를 다시 클릭 시 선택이 해제된다.

multi_selection_limit

  • limitCount: 2 이면 2개 이상의 row를 선택 시 새로 선택된다.

multi_selection_props

  • props.selected 를 설정 시 use: false 이면 선택되지 않는다.
  • use: true 이면 선택된다. 단, multiple 이나 limitCount 값에 따라 props.selected 를 변경하지 않는다.

#############
- Multiple row selection: 여러개의 row를 선택하려면 ctrl Key를 누른 상태에서 row를 선택한다.
- limitCount: 선택가능한 row의 수를 제한
- deselect: 선택된 row를 다시 클릭 시 선택이 해제된다.
@kimyell kimyell changed the title [#1100] Grid > row 다중 선택 WIP: [#1100] Grid > row 다중 선택 Mar 24, 2022
#############
- Multiple row selection: 여러개의 row를 선택하려면 ctrl Key를 누른 상태에서 row를 선택한다.
- limitCount: 선택가능한 row의 수를 제한
- deselect: 선택된 row를 다시 클릭 시 선택이 해제된다.
@kimyell kimyell changed the title WIP: [#1100] Grid > row 다중 선택 [#1100] Grid > row 다중 선택 Mar 24, 2022
#############
- Multiple row selection: 여러개의 row를 선택하려면 ctrl Key를 누른 상태에서 row를 선택한다.
- limitCount: 선택가능한 row의 수를 제한
- deselect: 선택된 row를 다시 클릭 시 선택이 해제된다.
@kdeun1 kdeun1 merged commit 505ce8b into 3.0 Mar 31, 2022
@kdeun1 kdeun1 deleted the 1100_grid_multi_select branch March 31, 2022 01:04
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.

3 participants