ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files on resource index

ArtDepartmentMJ opened this issue · comments

First up, massive kudos on the package... I think it is fantastic!

I'm having an issue getting the resource index to show files, I can show the actual filename with ->showOnIndex() but what would be great is if we can show a download button directly on the index?

Sorry if I'm missing something obvious.

Matt

Wooo, just looking for same solution.

Was just thinking, maybe a Computed field does the job. Just need to figure out how to paint it.