Hi,
I have a question about refreshing data of a table (sap.ui.table).
The table is bind to a ODataModel and uses paging. I see oData-requests send to server when I switch pages (depending on the threshold).
But once the data is cached no oData-requests are send anymore. How can the timeout of this cache be set?
Thanks in advance for your reactions.