Hello SAP-Community,
is there any possibility to update or reload a component by firing an event after applying a filter?
My problem:
I added a google-maps component and a dimensionfilter to the application. After applying the filter I have to update the map, so that the markers are filtered.
I could not find a proper command.
One workaround is to change the zoom level:
On apply the filter: GOOGLEMAPS_1.setZoom(GOOGLEMAPS_1.getZoom()+1);
This workaround works, but it is quite user unfriendly.
Many kind regards,
Markus