【发布时间】:2019-05-28 09:01:22
【问题描述】:
我设法格式化我的 Sharepoint 列表,以便每隔一行以主题颜色着色。一旦我将列表作为一个部分嵌入到 Sharepoint 网站上,颜色就消失了。我该如何解决?!我一无所知。任何提示都受到高度赞赏。
{ "模式": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "additionalRowClass": "=if(@rowIndex%2==0,'ms-bgColor-themeLighterAlt','')" }
【问题讨论】:
标签: list sharepoint formatting