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

fix(VsTable): fix search target object bug (215845, 213519) #273

Merged
merged 5 commits into from
Aug 26, 2024

Conversation

smithoo
Copy link
Collaborator

@smithoo smithoo commented Aug 23, 2024

Type of PR (check all applicable)

  • Fix Bug (fix)

Summary

vs-table search가 제대로 동작하지 않는 이슈를 수정합니다

Description

  • object util에 path를 이용해서 pick하는 함수와 object의 value들만 array로 뽑는 함수를 추가합니다
  • vs-table 하위에 있는 composable들의 이름을 변경합니다
  • vs-table 하위에 있는 composable들을 index에 모아서 내보냅니다
  • keyword를 비웠을 때 나는 버그를 수정합니다
  • array나 object 형태의 value를 검색할 수 있게 버그를 수정합니다
  • header의 key값을 path 형태로 작성 가능합니다

@smithoo smithoo requested a review from yeriiiii August 23, 2024 10:09
@smithoo smithoo self-assigned this Aug 23, 2024
@smithoo smithoo changed the title fix(VsTable): fix search target object bug (215845) fix(VsTable): fix search target object bug (215845, 213519) Aug 26, 2024
@smithoo smithoo merged commit 99394a2 into main Aug 26, 2024
10 checks passed
@smithoo smithoo deleted the fix/table-search branch August 26, 2024 07:56
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