Hyperlink in a table

Hello All, I am new to WIX and just a beginner. I need help on a pretty basic feature. I have a table in a page. This table is connected to a database, which I uploaded using csv. The table has 4 columns. The column names are player name, total points, # of tournaments played and ranking. The table is displaying the contents properly, both during view and while I publish.
My requirement is as follows.

  1. After the page gets displayed, I want the data in the Player name column to be a hyperlink.
  2. When the user clicks the name of the player then a separate page needs to open , where I can display the details of the player, including a picture
  3. I need this new page to be dynamic in nature. Since I have 130 players in my community, I cannot obviously create 130 pages. So this has to be dynamic in nature.

Please help.
Regards, Sandeep

Anyone?