[
    {
        "id": "table_admin",
        "component": "component_table_admin",
        "cols": [
            "Utilisateur",
            "Agent",
            "Statut",
            "Priorité",
            "Sujet",
            "Date de conversation",
            "Canal"
        ],
        "sortable": "false",
        "sortableColumns": [],
        "col_action": "Action",
        "label_previous": "Previous",
        "label_next": "Next",
        "label_new": "New",
        "label_more": "More",
        "conf_action1": [
            {
                "label": "Filtrer",
                "action": "event_search"
            },
            {
                "label": "Exporter",
                "action": "event_export"
            }
        ],
        "conf_action2": [
            {
                "label": "Modifier",
                "action": "event_modify"
            },
            {
                "label": "Supprimer",
                "action": "event_trash"
            }
        ],
        "search": "false",
        "simple_array": 0,
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "90%"
        }
    },
    {
        "id":"modale_modifier",
        "component":"component_modal_basic",
        "title":"Modifier",
        "message_loading":"Loading",
        "adjust": {
            "align": "",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        },
        "content":[
                    {
                        "id": "div_modify_content",
                        "component": "component_div",
                        "adjust": {
                                "align": "center",
                                "top": "",
                                "left": "",
                                "right": "",
                                "bottom": "",
                                "width": "default"
                            },
                        "content": ["include:*application*/admin/zlib_mod/front/livechat/modale_modifier"]
                    }
                ]
    }
]