UNPKG

@petkoneo/phaser3-rex-plugins

Version:
13 lines (12 loc) 300 B
export default { scrollToRow(rowIndex) { var table = this.childrenMap.child; table.scrollToRow(rowIndex); return this; }, scrollToNextRow(rowCount) { var table = this.childrenMap.child; table.scrollToNextRow(rowCount); return this; } }