XML page is not loading on Appium inspector page if the data displayed huge

I was trying to automate a page with huge data. approximately 400 rows data. When I am trying to inspect it through appium inspector, Appium inspector desktop client is hanging. So, I have limited the response to 10 from back end to inspect the element through Charles proxy. After that it is working fine. I wanted a way to handle huge data as it is not possible to limit the data on the backend while running the test cases.
Note: Same test case working fine in Android but I am getting this issue only on iOS. As android gives the data only which is visible to us but iOS gives all the data .

I have added accessibilty id exactly the above comment in the ticket (https://github.com/appium/appium/issues/6517#issuecomment-298037046)mentioned. it is working for smaller data set also. The ticket is about after loading the element.
My Problem is before loading the element/screenshot, if the UIATableView has more element , how to get loaded while automation execution.

Hi, did you find a solution to this?