✈️ migrate to static properies of ES7
proptypes should not be capital Add unit-test to check if separator has default value
This commit is contained in:
parent
33fdb393c7
commit
c5053cf334
6 changed files with 28 additions and 15 deletions
|
|
@ -163,7 +163,7 @@ import {CSVDownload} from 'react-csv';
|
|||
For non-node developers, they have to use CDN version :
|
||||
|
||||
```html
|
||||
<script src="https://cdn.rawgit.com/abdennour/react-csv/7918cadc/cdn/react-csv-latest.js" type="text/javascript"></script>
|
||||
<script src="https://cdn.rawgit.com/abdennour/react-csv/6424b500/cdn/react-csv-latest.min.js" type="text/javascript"></script>
|
||||
|
||||
<script type="text/babel">
|
||||
const {CSVDownload, CSVLink} = ReactCSV;// or window.ReactCSV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue