Forum Discussion
Kurniasih_Fajar
Nov 14, 2023Tin Contributor
Hide Option Action in Sharepoint List
Hi Everyone,
How to hide action on highlight red below?
1 Reply
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" } }