My app used a custom table, too. My table implementation used text-views for each cell and reused those views on scrolling. So when you scrolled 10 lines down the top ten lines where removed and appended in the end. It worked okay but a rendering approach might be better I could imagine. I think this is the same method the current table uses when the data is lazily replicated.

Reply via email to