Hope someone will be able to help me on this.
I'm looking for a way to disable (having it read only) a List column using some JSON formatting.
I know I can do it using additional calculated columns but I don't want to do this cause I have several columns and that will be too much.
Few years ago, I saw someone doing it with JSON code, something like:
{
"elmType": "div",
"txtContent": "@currentField"
}
I know there's something missing in there but I don't remember what.
Does anyone have an idea how to do this ?