securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 194 forks source link

Props not defined #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, I got the folowwing error when I tried to integrate the export feature:

Uncaught ReferenceError: props is not defined
    at ExcelFile.render (ExcelFile.js:148)

I got it working in a fresh create-react-app, but not in my main app (the basic example with sample data)

thanks in advance!

securedeveloper commented 6 years ago

@leon-jasper The issue was fixed with yesterday patch release, please use v0.3.7, if issue still persist let us know.

ghost commented 6 years ago

it's working now, thanks a lot! Do you have an idea how I could speed up an excel export with 30k rows?

securedeveloper commented 6 years ago

We have two approaches for reading dataset in our library, If you go with array approach it will be faster than object approach.