@dslab/ra-export-yaml
v1.0.0
Published
[![Version](https://img.shields.io/npm/v/@dslab/ra-delete-confirm.svg)](https://www.npmjs.com/package/@dslab/ra-export-yaml) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/smartcommunitylab/react-admi
Downloads
9
Readme
React-Admin `Yaml Export`` function
Export bulk list to Yaml file,
Install
yarn install @dslab/ra-export-yaml
Usage
To use in an list context, where the records are available, include the component as exporter function inside .
import yamlExporter from '@dslab/ra-export-yaml';
The list could be implemented like the following.
<List exporter={yamlExporter}>
<Datagrid>
<TextField source="id" />
</Datagrid>
</List>
Author
SmartCommunityLab
- Website: http://www.smartcommunitylab.it/
- Github: @smartcommunitylab
Show your support
Give a ⭐️ if this project helped you!
License
Copyright © 2023 SmartCommunityLab. This project is MIT licensed.