startOffset(){
return ((this.curPageNum -1) * this.dataPerPage);

endOffset(){
return ((this.startOffset + this.dataPerPage);

이렇게 함수있구요

게시판번호를 <td>{{ startOffset + index + 1 }}</td> 로 하니까
위에서부터 1 2 3 4 5 6 잘나오는데요 ㅠ

이걸 거꾸로하려면어떻게해야될까요 과거글부터 1 2 3 4 5 이렇게부여하고싶어요.
도와주세요 부탁드립니다