dhanar98
ExportAction problem
https://laraveldaily.com/post/filament-add-custom-action-button-inside-form
create a custom action like this and download the multiple excel sheets
mattwebsite package is a popular one
8 replies
Delete exported file
hi @Anish
for the above question my answer is if you are importing the file to store records create a log for the uploaded file
e.x
table : upload_file
id file_name extension created_at,updated_at need column based on your requirement
add the foriengn key id for upload_file_id in the table
based on the upload file deletion cascade the data
this is what i'm doing my application
if the imported records make any issues.
9 replies