- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:42 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 04:35 PM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 04:35 PM
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.
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.