efficient-indigoE
Refine3y ago
3 replies
efficient-indigo

Navigating Data Export with the useExport Hook in Refine Framework

Hello,

I am currently using the Refine Framework and have some questions regarding the useExport hook and data handling.

1. What does it mean to manually run the triggerExport function? I understand that it's a function that triggers the export process​1, but could you provide more context about its use cases and how it can be manually run?
2. In the case of exporting data from a table to a CSV file, is the entire process carried out on the frontend, or is there an option to handle some operations on the backend?
3. Lastly, is it possible to create a custom endpoint where I can parse all the data in the backend and send a CSV from there? If feasible, how would I integrate this process with the useExport hook?

I appreciate your assistance in understanding these aspects of the Refine Framework.
Was this page helpful?