Q (1) 썸네일형 리스트형 POMS Method Convention ☺❗ 🟡 fetchList 리스트 불러오는 메소드 명 fetchList 🟡 handleDelete 삭제 처리 메소드 명 handleDelete 🟡 sortChange Table 정렬시 호출하는 메서드는 sortChange 더보기 @sort-change = "sortChange" /** ORDER BY SETTING **/ , sortChange( row ){ this.param.page = 1 this.param.orderBy = '' this.param.orderByField = row.order === null ? '' : row.prop; this.param.orderByValue = row.order === 'ascending' ? 'ASC' : row.order === 'descending' ? 'D.. 이전 1 다음