customRowAction "defaultClick" is not working at search result on Sharepoint list.

Copper Contributor

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"
       }
   }
}

 

 

 

0 Replies