‎2025 Feb 11 9:15 AM - edited ‎2025 Feb 11 9:19 AM
I have create a fragment.xml file to config my macros table like this:
<core:FragmentDefinition
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:macros="sap.fe.macros"
xmlns:macrosTable="sap.fe.macros.table"
>
<Dialog title="Dialog" id="idDialog">
<macros:FilterBar
metaPath="@com.sap.vocabularies.UI.v1.SelectionFields"
id="FilterBar"
liveMode="true"
/>
<macros:Table
id="DialogTable"
metaPath="changes/@UI.PresentationVariant#Dialog"
personalization="true"
readOnly="true"
isSearchable="true"
enableExport="true"
disableCopyToClipboard="true"
enableAutoColumnWidth="true"
headerVisible="false"
filterBar="FilterBar"
ignoredFields="up__ID"
>
<macros:columns>
<macrosTable:Column
header="Link"
id="link"
importance="High"
width="auto"
horizontalAlign="Begin"
key="link_id"
>
<Link
text="Currency"
press="onLinkPress"
/>
</macrosTable:Column>
</macros:columns>
</macros:Table>
</Dialog>
</core:FragmentDefinition> 
Request clarification before answering.
can you give it an id? not sure if it is going to help.
<Link text="Currency" press="onLinkPress" />
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.