template @it_datagroup_header

데이터그룹 Header의 기본 템플릿이다.

See Also

Template

{
    name: '@it_datagroup_header',
    description: "Group header template",
    props: {
    },
    template: {
        layout: "hlinear",
        children: [{
            value: "${@group_field;Group value}",
            tag: "field"
        }, {
            value: ": ",
            tag: "colon"
        }, {
            value: "${@group_value}",
            style: {
                fontWeight: 'bold'
            },
            tag: "value"
        }]
    }
}