render() { const data = this.props.gameRankList; return ( <MaterialTable options={{filtering: true}} icons={tableIcons} columns={[ { title: "Rank", ...
確定! 回上一頁