Use the refreshBinding
function (in Component.js
) to refresh the header, filter, and content area elements.
This topic is currently only applicable to SAP Fiori elements for OData V2.
This helps you to reload the data for all components configured in ALP without triggering the browser refresh. The selections in the filter bar (compact or visual filter) and the personalization settings (sorting, grouping, and so on) are retained even after the refresh.
The main chart selection is lost during the refresh. This may result in the change of table data when AutoHide is switched on for filter mode.
Refreshing by using the controller extensions is defined by the application
//By calling refreshBinding function directly . var component = this.getOwnerComponent(); component.refreshBinding();
Related Information