Is it possible to link to a table row?

What I’m trying to do

I’m working on a document and attempting to cross reference a keyword against a table in another document. In a sanitized example, Doc1 has a table with several rows including “Entry 3” in row 3, column 1. In Doc2, I wish to reference it with [[Doc1#Entry 3|Entry 3]] to allow a user to click the link and go to the document and table row in question.

Things I have tried

Normally if the word was a header I could just [[Doc#Header|Some Text]], but tables don’t have headers (I mean, they do, but let’s not go there) to do that cross linking. Is there any way to do that kind of linking, short of using HTML?