Forum Discussion
george1045
Mar 07, 2022Copper Contributor
customRowAction "defaultClick" is not working at search result on Sharepoint list.
We use SharePoint Online. I created a list and customized a view format with json.
"defaultClick" action is working on list view but it is not working on keyword search result view.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
"hideSelection": true,
"rowFormatter": {
"elmType": "div",
"txtContent": "[$Title]",
"customRowAction":{
"action": "defaultClick"
}
}
}
No RepliesBe the first to reply