Hello i want to recall the data from a table how has the datamodel already charge when i enter to the app,
this is my table:
<Table id="listaAvisos" width="auto" class="sapUiResponsiveMargin" items="{ path: '/ZRFC_LISTAAVISOSSet', orderby: {path: 'Qmnum'} }" noDataText="{i18n>tableNoDataText}" busyIndicatorDelay="{worklistView>/tableBusyDelay}" growing="true" growingScrollToLoad="true" updateFinished="onUpdateFinished"> . . . </Table>
How can i tell to the table to recall my original result like when i open the app?