Attachment file downloadable at listing view

Hi guys,

Can check how to make the attachment file downloadable at listing view?
It is working when viewing the doc type. Appreciate for the help.

You can write a formatter to show the value as a clickable link. Maybe check file_list.js

@rmehta

hi rmehta, thanks for the tips.

By the way, is this formatter you refer to?

Yeah - have a formatter for file_url and send a hyperlink <a href=...>. Check if it works.