Forum Discussion
leoagp
Dec 18, 2019Copper Contributor
Sharepoint online list column formatting
So, I've been having this problem for a while now, and I think the solution should be very basic, but still I could not figure it out. I have a list in which there is a column 'Action'. This column i...
ellan1537
Dec 31, 2019Iron Contributor
If you're using modern experience, then try with below:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {
"min-height": "100%",
"max-height": "100%",
"scroll-behavior": "unset"
}
}
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {
"min-height": "100%",
"max-height": "100%",
"scroll-behavior": "unset"
}
}