Sharepoint Online列表经典UI-在某些情况下将列/行的格式设置为红色

时间:2018-11-15 23:44:38

标签: sharepoint-list jslink

我不知道JSLink,所以我正在努力弄清这一点。我有一个下拉菜单列,如果用户选择了一个下拉菜单(假设其称为“同行评议-撞碎”),我希望该单元格显示为红色,如果需要,甚至显示整行。我该怎么办?

我有这个可以在现代ui上使用:

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
  "elmType": "span",
  "debugMode": true,
  "txtContent": "@currentField",
  "style": {
    "color": "=if(@currentField == 'Peer Review - Rushed', 'Red', if(@currentField == 'Peer Review - Slow', 'Blue', 'Black'))"
  }
}

0 个答案:

没有答案