tpk-ember-export-menu
This addon will give you a menu in tailwindCSS. This menu ease the export as csv throught frontend thanks to checkboxes letting you toggling fields and a rust software turning an array in a CSV.
Compatibility
TODO
Installation
ember install @triptyk/ember-export-menu
OR
pnpm add -D @triptyk/ember-export-menu
Usage
Arguments
Integration example
Controller .ts/.js
@tracked value = '';
@action
setValue(value: string | number) {
this.value = value;
}
Contributing
See the Contributing guide for details. You can also contact info@triptyk for more informations on how contributing on this project.
License
This project is licensed under the MIT License.