This pull request refactors the CSV export format in the crudTables.vue file. The previous implementation was sending multiple requests for each file, which has been optimized to send only one request when marking/unmarking a folder as viewed. This improves the performance and efficiency of the export functionality.
This pull request refactors the CSV export format in the
crudTables.vue
file. The previous implementation was sending multiple requests for each file, which has been optimized to send only one request when marking/unmarking a folder as viewed. This improves the performance and efficiency of the export functionality.