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

[3.0] Grid 기능 추가 #815

Closed
kimyell opened this issue May 27, 2021 · 0 comments
Closed

[3.0] Grid 기능 추가 #815

kimyell opened this issue May 27, 2021 · 0 comments

Comments

@kimyell
Copy link
Collaborator

kimyell commented May 27, 2021

  • 우선 순위 '상' 에 해당하는 기능 추가
  1. 그리드 상단 Toolbar 추가
    slot을 이용한 wrapper component 개발 - grid.toolbar.vue
  2. 선택 삭제
    선택한 데이터 삭제
  3. 검색
    모든 컬럼(숨겨진 컬럼 or searchable: false 인 컬럼 제외)을 대상으로 필터링
  4. 상세 보기 모달
    row 데이터 전달 emit 까지만 구현
  5. 커스텀 셀 렌더러
    template, slot 사용하여 개발 - 컬럼의 필드명과 동일한 slot 존재 시 render
  6. User Profile
    template, slot 사용하여 개발 - 'user-icon' slot
  7. 수정
    row 데이터 전달 emit 까지만 구현
  8. DB 아이콘
    template, slot 사용하여 개발 - 'db-icon' slot
  9. 데이터 카운트
    slot을 이용한 wrapper component 개발 - grid.count.vue
kimyell pushed a commit that referenced this issue May 27, 2021
#######################
- textField 컴포넌트 이슈 수정
kimyell pushed a commit that referenced this issue May 27, 2021
#######################
- db, user 관련 이미지 파일 추가
kimyell pushed a commit that referenced this issue May 28, 2021
#######################
- MessageBox 컴포넌트 props message 타입 추가
kimyell pushed a commit that referenced this issue May 28, 2021
#######################
- Toolbar, Count 컴포넌트 추가
kimyell pushed a commit that referenced this issue May 28, 2021
#######################
- props, md 파일 수정
- grid 관련 scss 추가
kimyell pushed a commit that referenced this issue May 28, 2021
#######################
- slot 을 이용한 Cell Renderer, Toolbar 예제 추가 ( CellRenderer.vue, Toolbar.vue )
- 데이터 카운트, 삭제, 수정 및 상세보기 팝업, 검색 기능 추가
kimyell pushed a commit that referenced this issue May 28, 2021
#######################
- 기존에 컴포넌트 별로 분리 했던 renderer 관련 파일 삭제
kimyell pushed a commit that referenced this issue May 31, 2021
#######################
- eslint 'no-param-reassign' -> 'cur' 추가
kdeun1 pushed a commit that referenced this issue Jun 1, 2021
* [#815][3.0] Grid 기능 추가
#######################
- textField 컴포넌트 이슈 수정

* [#815][3.0] Grid 기능 추가
#######################
- db, user 관련 이미지 파일 추가

* [#815][3.0] Grid 기능 추가
#######################
- MessageBox 컴포넌트 props message 타입 추가

* [#815][3.0] Grid 기능 추가
#######################
- Toolbar, Count 컴포넌트 추가

* [#815][3.0] Grid 기능 추가
#######################
- props, md 파일 수정
- grid 관련 scss 추가

* [#815][3.0] Grid 기능 추가
#######################
- slot 을 이용한 Cell Renderer, Toolbar 예제 추가 ( CellRenderer.vue, Toolbar.vue )
- 데이터 카운트, 삭제, 수정 및 상세보기 팝업, 검색 기능 추가

* [#815][3.0] Grid 기능 추가
#######################
- 기존에 컴포넌트 별로 분리 했던 renderer 관련 파일 삭제

* [#817][3.0] TextField 아이콘 설정 추가
#######################
- slot name 축약형으로 변경
- 이미지 파일 docs 하위로 이동

* [#815][3.0] Grid 기능 추가
#######################
- eslint 'no-param-reassign' -> 'cur' 추가

Co-authored-by: yell <yell@ex-em.com>
@kimyell kimyell closed this as completed Feb 22, 2022
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

No branches or pull requests

1 participant