Hi Avi,
You have been mentioning downloading table view data. If the table view is in lazy mode, from where do you access the table view data? Which method do you use? You can provide more information on how do you download the table view data. Are you reading the context node of the table view assignment block? If that is the case, then the table view has to be loaded and will be displayed. Lazy mode means, the data for that particular view is not loaded. So if you are trying to access the data from the view, then of course the table view has to be loaded with the data for which it will move from lazy mode to display mode.
As a workaround, you can make the view in "Display" mode in the configuration which will avoid this scenario.
Thanks & Best Regards,
Leon