I have a table view with couple of sections/row configured from XML using alloy. The later sections/rows were added when I load data from server.
On some event, I need to clear all the table and need to just retain those rows which are preconfigured in XML (i.e initial view, before loading form server). I can do it this by navigating each record and delete them which are loaded form server. but just interested in knowing is there any way I can just refresh/reset tableview with what is there in its alloy XML files?