No drill-down in Portal on single field

Stan Martin
Kilo Guru

I have a list view on my portal page that lists 3 or 4 fields.  In the list view, just clicking on the row will open the record.  Any way to turn that off at the field level in the widget?

1 ACCEPTED SOLUTION

Ethan Davies
Mega Sage
Mega Sage

You will need to clone the 'Data Table from Instance Definition' Widget and remove the Client Controller script that is present there. That code is responsible for the behavior you are describing.

 

EthanDavies_0-1700613169765.png

In the scenario where you are using one of the other Data Table widgets, it would be the same type of deal. The click behavior comes from the Client Controller code.

EthanDavies_1-1700613306789.png

 

 

View solution in original post

1 REPLY 1

Ethan Davies
Mega Sage
Mega Sage

You will need to clone the 'Data Table from Instance Definition' Widget and remove the Client Controller script that is present there. That code is responsible for the behavior you are describing.

 

EthanDavies_0-1700613169765.png

In the scenario where you are using one of the other Data Table widgets, it would be the same type of deal. The click behavior comes from the Client Controller code.

EthanDavies_1-1700613306789.png