{
    "paginator": {
      "first": 0,
      "rows": 50,
      "rowsPerPageOptions": [
        50,
        100,
        200,
        400
      ],
      "showCurrentPageReport": true
    },
    "tableConfig": {
      "config": {
        "globalFilter": true,
        "toggleFilter": true,
        "rowSelection": true
      },
    "tableAction": [
      {
        "iconType": "icon",
        "iconClass": "las-undo-alt-solid",
        "toolTip": "Show All data",
        "action": "showalldata",
        "needRowData": true
      },
      {
        "iconType": "icon",
        "iconClass": "las-chart-pie-solid",
        "toolTip": "Charts",
        "action": "showhidechart",
        "needRowData": false
      }
    ]
  },
    "headers": [
      {
        "cols": [
          {
            "label": "Query",
            "key": "sqlquery",
            "type": 0
          },
          {
            "label": "Tier",
            "key": "tiername",
            "type": 0,
        "selected": false
          },
          {
            "label": "Server",
            "key": "servername",
            "type": 0,
        "selected": false
          },
          {
            "label": "Instance",
            "key": "appname",
            "type": 0,
        "selected": false
          },
          {
            "label": "Count",
            "key": "count",
            "type": 1
          },
          {
            "label": "Errors",
            "key": "failedcount",
            "type": 1
          },
          {
            "label": "Min(ms)",
            "key": "mincumsqlexectime",
            "type": 1,
        "selected": false
          },
          {
            "label": "Max(ms)",
            "key": "maxcumsqlexectime",
            "type": 1
          },
          {
            "label": "Avg(ms)",
            "key": "avg",
            "type": 1
          },
          {
            "label": "Total(ms)",
            "key": "cumsqlexectime",
            "type": 1
          }
        ]
      }
    ]
  }
  