Is there a column for file upload?
Is there a Link Column? Like a cell that can open files in new tab or maybe download it.
3 Replies
Just use a TextColumn and formatStateUsing() to return the html of the link.
TextColumn with ->url()
This works too, just depends on if you want the text to visibly look like a link or not.