How to create a 'view statements' dropdown inside a table

I have created a Members portal where the goal is for members to be able to see which investment funds they have invested in, how much and see all the reports for those funds.


Question: how can I put a drop down box in the ‘project report’ and ‘report’ columns where
members can select which statement (there may be up to 20 PDF documents) to view? Currently, this table1 is connected to a database, however I don’t know how to make the PDF documents show up.

I am a complete Wix beginner so simple instructions to follow would be greatly appreciated.

You can‘t put a dropdown in a table. However, you can use a repeater, design it to look exactly like this table, and add a dropdown to it.

Thank you for your help, how would I be able to create a dropdown of choices which lets you download a particular pdf or open a pdf in a new tab when selected?