Personalization table in SAPUI5
问题 I saw an this expamle, and I want to play it at me. This is my xml view: <Panel> <content> <Button press="onPersoButtonPressed" class="btn editTable"></Button> </content> </Panel> <Table id="Listing" class="tableList" mode="MultiSelect" items="{path: 'masterData>/contactsList'}"> <columns> <Column minScreenWidth="Tablet" demandPopin="true"> <Text text="{i18n>vendorNum}"/> </Column> <Column minScreenWidth="Tablet" demandPopin="true"> <Text text="{i18n>recipientType}"/> </Column> <Column