{
  "Events": {
    "event_groups": {
        "columns": {
            "default": [
                { "data": "id", "title": "ID" },
                { "data": "name", "title": "Name" },
                { "data": "disabled", "title": "Disabled" }
          ],
            "values": ["*"]
        },
        "buttons": {
            "default": {
                "buttons": [
                    "pageLength",
                    "colvis"
                ]
            },
            "values": "*bbc"
        },
        "pagingType": {
            "default": "first_last_numbers",
            "values": ["first_last_numbers"]
        },
        "pageLength": {
            "default": 25,
            "values": [5, 10, 25]
        },
        "lengthMenu": {
            "default": [25, 50, 100],
            "values": [25, 50, 100]
        },
        "buttonSections": {
            "default": {
                "title": [],
                "topRight":  [{"style": "primary", "translation": "ADMIN_DASHBOARD.EVENTS_GROUP_PAGE.LISTING.CREATE_NEW", "sref": "events.new_event_group()"}],
                "topLeft": [],
                "bottomRight": [],
                "bottomLeft": [],
                "rowRight": [
                    {
                        "style": "default xs",
                        "translation": "ADMIN_DASHBOARD.EVENTS_GROUP_PAGE.LISTING.DETAILS",
                        "sref": "events.event_group.views({view: 'event_group_overview', id: $row.item.id})"
                    }
                ]
            }
        }
    },
    "pages": {
      "event_groups": {
        "default": {
          "style": "tab",
          "layout": [
            [
              {
                "type": "bb-event-groups-panel",
                "width": 12,
                "index": 0,
                "panel_params": {
                }
              }
            ]
          ]
        },
        "values": []
      }
    }
  }
}
