Hi @Harris
Thank you for posting your question in the Microsoft Q&A forum.
Based on my testing, you just need to render the file name as plain text (by default, it is displayed as a link that you can single click and open the file).
With this way, when the user single click, it will just select the file instead of opening it.
If you double click, the file will open.
Please put this JSON code into your file name column:
{
"$schema": "
"elmType": "span",
"txtContent": "[$FileLeafRef]",
"style": {
"fontWeight": "600",
"color": "#333"
}
}
I hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.