알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)
handsontable 에서 getcell undefined 에러 날때 본문
handsontable 에서 getcell undefined 에러 날때
handsontable 에서 cell 이 화면에서 안보이는 상태에서
예를 들면
스크롤바를 움직여서 해당 셀이 안보일때
getcell 메소드를 사용하면
undefined 가 나옵니다.
그래서
selectCell(2,3)
getCell(2,3)
selectCellByProp(2,10(원래 있었던 컬럼))
해주면
selectCell 을 해주고 getCell 을 해주면
undefined 가 나오지 않습니다.
'Web > Vue js tip' 카테고리의 다른 글
vue js component export cdn 파일와 npm export (0) | 2018.08.09 |
---|---|
마우스 오버 애니메이션 vue component (0) | 2018.08.09 |
vue-paper-dashboard build 후 vue style css 적용 안될때 (0) | 2018.05.17 |
vuejs slot-scope 대해서 (0) | 2018.05.14 |
promise loop,foreach 동기화 (0) | 2018.04.25 |
Comments