1.イベントでsliderの表示を制御
・縦方向の先頭に移動
element.scroll ( { top: 0, behavior: ‘smooth’ });
2.code
this.DOM.tbody = document.getElementById('tbody');
function evt_click() { this.DOM.tbody.scroll({top: 0, behavior: 'smooth'}); }
1.イベントでsliderの表示を制御
・縦方向の先頭に移動
element.scroll ( { top: 0, behavior: ‘smooth’ });
2.code
this.DOM.tbody = document.getElementById('tbody');
function evt_click() { this.DOM.tbody.scroll({top: 0, behavior: 'smooth'}); }