SharePoint JSON tileProps可单击的链接

问题描述

我正在尝试获取显示可点击链接的图块。我以为自己可以使用,但是刷新页面链接就消失了。 这就是我想要的样子(直到我刷新它之前,它看上去都是这样,然后链接消失了:image

到目前为止,这是我的代码

{
  "hideselection": true,"hideColumnHeader": true,"rowFormatter": {
    "elmType": "div","attributes": {
      "class": "sp-row-card"
    },"children": [
      {
        "elmType": "div","style": {
          "text-align": "left"
        },"children": [
          {
            "elmType": "div","attributes": {
              "class": "sp-row-title"
            },"txtContent": "[$Title]"
          },{
            "elmType": "div","attributes": {
              "class": "sp-row-listPadding"
            },"txtContent": "[$Antwort]"
          },{
            "elmType": "a","txtContent": "[$Link]","attributes": {
              "target": "_blank","href": "[$Link]"
            }
          }
        ]
      }
    ]
  }
}

您是否知道我的代码有什么问题?我觉得我尝试了一切,条件格式无法正常工作。为什么它工作正常,然后突然不工作了?谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)