@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
11 lines • 502 B
text/xml
<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m" xmlns:table="sap.ui.mdc.table"><% if (targetAggregation && controlType && viewName) { %>
<!-- viewName: <%= viewName %> -->
<!-- controlType: <%= controlType %> -->
<!-- targetAggregation: <%= targetAggregation %> --> <% } %>
<table:Column
id="<%- ids.column %>"
width="10%"
header="New Column">
<Text id="<%- ids.text %>" text="Sample data"/>
</table:Column>
</core:FragmentDefinition>