How to use the data only for click events, but don't show it on embedded charts?

I want to embed a table chart on the website. One of the columns is the URL and I use https://www.npmjs.com/package/@mongodb-js/charts-embed-dom to add the click event. When user clicks on the row the URL specified in the row opens in a new tab. It works. What I want to do is to hide the column with URL, but click event should still work. If I remove the column completely, I won’t get the URL data.