Very very simple formatting is not working: I just want to remove the "selection" box for every entry in a Sharepoint list:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
"hideSelection": true
}
Why is this not working?




