    <table:Column id="<%= id %>">
        <Label id="<%= ids.label %>" text="<%= text %>"/>
        <table:template>
            <Text id="<%= ids.text %>" text="Placeholder"/>
        </table:template>
        <table:customData>
            <core:CustomData id="<%= ids.customData %>" key="p13nData" value="\{&quot;columnKey&quot;: &quot;<%= columnKey %>&quot;, &quot;columnIndex&quot;: &quot;<%= columnIndex %>&quot;, &quot;leadingProperty&quot;: &quot;<%= leadingProperty %>&quot;}"/>
        </table:customData>
    </table:Column>