pittamaco21のブログ -3ページ目

pittamaco21のブログ

ブログの説明を入力します。

{

  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",

  "elmType": "div",

  "style": {

    "display": "flex",

    "align-items": "center",

    "justify-content": "center",

    "height": "100%"

  },

  "children": [

    {

      "elmType": "button",

      "txtContent": "Excelへ出力",

      "attributes": {

        "title": "このファイルのメタデータをExcel (.xlsx) に出力",

        "class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"

      },

      "style": {

        "border": "none",

        "background-color": "transparent",

        "cursor": "pointer",

        "display": "=if(length([$ReadUser]) == 0, 'inline-block', 'none')",

        "padding": "4px 8px"

      },

      "customRowAction": {

        "action": "executeFlow",

        "actionParams": "{\"id\":\"fc96fe7e-ed41-4ed5-b37e-e70fd22e0eea\"}"

      }

    }

  ]

}