Store and use link (href) in grid?

In my app, the Projects and Tasks are in separate tables. Since it is set up that way, only tasks show up in the Gantt chart/grid.

What I would like to do is add the Project link to the columns. That way, they can click on a specific task’s project and go to that page.

Is this possible?

If not, is there a way to pull in the Projects to the grid? Keep in mind projects and tasks are in separate tables.

I just figured this out. I stored the full link in the database and then just displayed in the column. At first, the a href was incorrect, so it didn’t work. Once I fixed that, it works!