@dslab/ra-export-yaml
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

React-Admin `Yaml Export`` function

Version Documentation Maintenance License: MIT

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

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2023 SmartCommunityLab.
This project is MIT licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i @dslab/ra-export-yaml

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

17.2 kB

Total Files

29

Last publish

Collaborators

  • dslab