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

[#1047] Grid, TreeGrid > 사용자가 입력했을 경우에만 검색 가능 #1049

Merged
merged 6 commits into from
Jan 25, 2022

Conversation

kimyell
Copy link
Collaborator

@kimyell kimyell commented Jan 24, 2022

  • input 이벤트 없이 검색어가 변경돼도 onSearch가 호출될 수 있도록 수정

▶input 이벤트 없이 searchValue 값을 변경하여 적용해본 결과

  • TreeGrid
    treegrid_1

  • Grid
    treegrid_2

▶각 프로젝트 반영 시 수정사항

  • ev-grid, ev-tree-grid optionsearchValue 바인딩 값 추가
  • 기존의 코드를 수정하지 않아도 정상 동작하나 위 바인딩 값을 추가해야만 input이벤트 없이 검색어를 변경했을 때 동작함
    image

#####################
- Grid 검색어가 입력이벤트가 아닌 watch 를 통해 변경 시에 onSearch가 호출될 수 있도록 수정
#####################
- TreeGrid 검색어가 입력이벤트가 아닌 watch 를 통해 변경 시에 onSearch가 호출될 수 있도록 수정
#####################
- TreeGrid 검색어가 입력이벤트가 아닌 watch 를 통해 변경 시에 onSearch가 호출될 수 있도록 수정
#####################
- TreeGrid 검색어가 입력이벤트가 아닌 watch 를 통해 변경 시에 onSearch가 호출될 수 있도록 수정
@kimyell kimyell changed the title 1047 grid [#1047] Grid, TreeGrid > 사용자가 입력했을 경우에만 검색 가능 Jan 24, 2022
kimyell1023 and others added 2 commits January 25, 2022 02:18
#####################
- TreeGrid 검색어가 입력이벤트가 아닌 watch 를 통해 변경 시에 onSearch가 호출될 수 있도록 수정
################
- minor version update
@kdeun1 kdeun1 merged commit 461c94b into 3.0 Jan 25, 2022
@kdeun1 kdeun1 deleted the 1047_grid branch January 25, 2022 02:41
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