/xy-scrollable

custom wrap container scroll bar

Primary LanguageTypeScript

<ScrollBar
    getScrollDom={this.getColumnsScrollRefDom}
    getBaseDom={this.getColumnsBaseRefDom}
    getContainerDom={this.getCellsScrollRefDom}
    getScrollDomWidthAndHeight={getTotalWidthAndHeight}
    direction="x"
    ref={this.scrollbarXRef}
/>