react-csv / react-csv

React components to build CSV files on the fly basing on Array/literal object of data

Home Page:http://react-csv.github.io/react-csv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug - React-CSV not working on SharePoint Mobile App

DJoshi23 opened this issue · comments

Hello,

I have created one SPFX Web part with React and use CSVLink for generating the excel sheet.

It's working in mobile chrome browser but if I open the same web part in my mobile Sharepoint App and try to generate the excel sheet that time Sharepoint App crashing.

Code Snippet:

<CSVLink data={this.props.items} filename={'Requests.csv'}>
<CommandBarButton className={styles.excelbtn} iconProps={{ iconName: 'ExcelLogoInverse' }} text='Export to CSV' >

Thank you in advance

We are not supporting SharePoint Mobile App