스크롤에 관련된 기능
Methods
(static) updateScroll() → {undefined}
그리드 보다 상위의 엘리먼트 크기가 변경되어 그리드가 영향 받을 때 개발자가 직접 호출해줍니다.
Example
grid.updateScroll();
Returns:
- Type
- undefined