->downloadable in Table Builder
Hello everyone, hoping you're all doing well. I'd like to inquire about whether the ->downloadable function can be used in Table Builder as it can be in FormBuilder (see attached image). I need to enable the ability to download documents directly from the table when listing them. Best regards.
4 Replies
You could create your own column for this or if you would have 1 download you could use an Action
Thanks for your response, I'm going to learn how to do it through an action since it is just a downloadable file
Action and then just stream the file as the response.
Thanks for your answers, this was the solution I found.