我需要更改滚动条在handsontable 中的显示方式。谁知道如何做到这一点?
function WalkontableScroll(instance) {
this.instance = instance;
this.wtScrollbarV = new WalkontableScrollbar(instance, 'vertical');
`enter code here`this.wtScrollbarH = new WalkontableScrollbar(instance, 'horizontal');
}