Is it possible to disable clicking through on list view?

Hi, I’d like to just show a list view of data but not have the items clickable. Is that possible?

Hi @Eremy,

This is not possible at the moment, you can vote for the feature here.

My workaround to this was to make the view it clicks through to limited.

For example, if you have a list of names and you click it to go to the profile view, then you make that profile view only show the name of the entry, nothing more.

Then, I have a separate view with separate roles that is limited to “Current user only” so they can see their profile.

That’s an interesting workaround, thank you for sharing. Will see if it works for my workflow.