
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
react-export-json-csv
Advanced tools
A react component to easily Export csv of your json data and rearrange your headers column based on your UI tables order.
A react component to easily Export csv of your json data and rearrange your headers column based on your UI tables order.
Coming Soon
Install with npm:
npm i react-export-json-csv
import { ExportJsonCsv } from 'react-export-json-csv';
...
const headers = [
{
key: 'id',
name: 'ID',
},
{
key: 'fname',
name: 'First Name',
},
]
const data = [
{
id: '1',
fname: 'John',
},
{
id: '2',
fname: 'Doe',
},
]
...
<ExportJsonCsv headers={headers} items={data}>Export</ExportJsonCsv>
Prop | Type | Requirement | Default | Description |
---|---|---|---|---|
headers | array | required | null | array of objects |
items | array | required | null | array of objects |
fileTitle | string | optional | "exported.csv" | The complete filename |
style | object | optional | null | use react inline style |
className | string | optional | null | use your existing class for button |
Please help provide good data faster! Submit any issues and/or make a pull request!
Source[1] https://medium.com/@danny.pule/export-json-to-csv-file-using-javascript-a0b7bc5b00d2 Source[2] https://stackoverflow.com/questions/30993149/how-to-rearrange-csv-json-keys-columns-javascript
Arrange your header array to rearrage csv/json keys columns to your expected result. headers array key must be the same wtih your items Object Keys in column.
FAQs
A react component to easily Export csv of your json data and rearrange your headers column based on your UI tables order.
The npm package react-export-json-csv receives a total of 250 weekly downloads. As such, react-export-json-csv popularity was classified as not popular.
We found that react-export-json-csv demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.