setState({ data: reportData }); } render() { return (<CSVLink style={{ textDecoration: 'none' }} data={this.state.data} // I also tried adding the onClick event ...
確定! 回上一頁