Forum Discussion
Kurniasih_Fajar
Nov 14, 2023Tin Contributor
Hide Option Action in Sharepoint List
Hi Everyone, How to hide action on highlight red below?
Nov 14, 2023
You can make use of Formatting Json and just paste this:
And then paste this code:
{ "$schema": "developer.microsoft.com/json-schemas/sp/v2/…", "elmType": "div", "style": { "font-size": "14px" }, "txtContent": "@currentField", "customRowAction": { "action": "defaultClick" }
}