UNPKG

phaser4-rex-plugins

Version:
13 lines (12 loc) 312 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; } }