{
    "headers": [
        {
            "cols": [
                { "label": "Package", "key": "pN", "width": "230px", "type": 0 },
                { "label": "Class", "key": "cN", "width": "210px", "type": 0 },
                { "label": "Method", "key": "mN", "width": "260px", "type": 0, "click" : true, "format": "service_method_timing_pipe" },
                { "label": "Percentage", "key": "percent", "width": "120px", "type": 1 },
                { "label": "AvgSelfTime(ms)", "key": "avgST", "width": "150px", "type": 1 },
                { "label": "Count", "key": "eC", "width": "80px", "type": 1 }
               
            ]
        }
    ],
    "paginator": {
        "rows": 10,
        "rowsPerPageOptions": [
            50,
            100,
            200,
            400
        ],
        "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
            }
        ]
    }
}
