{
    "headers": [
        {
            "cols": [
                { "label": "Query", "key": "sqlQuery", "width": "350px", "click": true, "type": 0 },
                { "label": "Query Count", "key": "count", "width": "100px", "type": 1 },
                { "label": "Min(ms)", "key": "mincumsqlexectime", "width": "100px", "type": 3, "format": "dec_2" },
                { "label": "Max(ms)", "key": "maxcumsqlexectime", "width": "100px", "type": 3, "format": "dec_2" },
                { "label": "Avg(ms)", "key": "avg", "width": "100px", "type": 3, "format": "dec_2" }
            ]
        }
    ],
    "paginator": {
        "rows": 10,
        "rowsPerPageOptions": [10, 20, 30, 50, 100],
        "first": 0,
        "lazy": false
    },
    "tableConfig": {
        "config":
        {
            "globalFilter": true,
            "toggleFilter": true,
            "download": true
        },
        "tableAction": [
            {
                "iconType": "icon",
                "iconClass": "las-undo-alt-solid",
                "toolTip": "Show All data",
                "action": "showalldata",
                "needRowData": true
            }
        ]
    }
}
