Hi,
which in specific methods of sap.m.Table are called by the sapui5 runtime framework if an instance of a table is filled with model data ? I am retrieving data via an ajax call from a http rest provider. At success the model is filled with the data in the ajax success callback. This is completed before the app navigates via router navigation to a js view, containing the sap.m.table instance, which is bound to the model. Some times the table does contain duplicate entries. I want to investigate, where this does come from .
Any details about the table filling process at runtime will be helpfull.
thanks and best regards
Wolfgang