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

[#1106] Grid > 선택된 row로 스크롤 이동 #1107

Merged
merged 2 commits into from
Mar 31, 2022
Merged

Conversation

kimyell
Copy link
Collaborator

@kimyell kimyell commented Mar 28, 2022

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

  • selected 는 다중 선택을 지원하므로 기존의 highlight 값에 해당 기능 추가
  • highlight option 에 row index를 설정하면 해당 row로 스크롤이 이동한다.
  • pagination 을 사용할 경우 페이지 이동이 동반된 스크롤 이동이 동작한다.

highlight_1
highlight: 20

highlight_2
highlight: 17

#############
- `selected` 는 다중 선택을 지원하므로 기존의 `highlight` 값에 해당 기능 추가
- `highlight` option 에 row index를 설정하면 해당 row로 스크롤이 이동한다.
- pagination 을 사용할 경우 페이지 이동이 동반된 스크롤 이동이 동작한다.
#############
- `selected` 는 다중 선택을 지원하므로 기존의 `highlight` 값에 해당 기능 추가
- `highlight` option 에 row index를 설정하면 해당 row로 스크롤이 이동한다.
- pagination 을 사용할 경우 페이지 이동이 동반된 스크롤 이동이 동작한다.
@kimyell kimyell changed the title WIP: [#1106] Grid > 선택된 row로 스크롤 이동 [#1106] Grid > 선택된 row로 스크롤 이동 Mar 28, 2022
@kdeun1 kdeun1 merged commit c5ab275 into 3.0 Mar 31, 2022
@kdeun1 kdeun1 deleted the 1106_highlight_row_move branch March 31, 2022 01:06
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